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.                                                                     
          
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to