[FFmpeg-user] HTTP Streaming FFMPEG

Farrukh Javed mohdfjaved at hotmail.com
Mon Sep 1 09:01:07 CEST 2014


I am trying to stream an mpg video over an http server using ffmepg. I initiate the ffserver and run the following command at the client:ffmpeg -i http://localhost:10212/Stream.mpg -y Sample.mpg<Stream Stream.mpg>

    File "/home/david/Documents/Video/Streaming/480p.mpg"
    format mpeg

    ACL allow 127.0.0.1
    ACL allow 192.168.1.0 192.168.1.255

</Stream>How can I save the streaming statistics of the video i.e how are the frames received, their bitrates, time intervals etc. It must be unique while for every client if streamed over a wireless network, due to variable conditions.I know about the -vsats command in ffmpeg but It gives me the video coding statistics (static file only depends on video) not the streaming statistics. 		 	   		   		 	   		  


More information about the ffmpeg-user mailing list