Difference between revisions of "Ffserver"

From Alessandro's Wiki
Line 12: Line 12:
== fast commands ==
== fast commands ==


* statistics page:
http://localhost:8090/stat.html
* start a stream sending an mpeg movie to the ffserver instance:
  ffmpeg -an -i source_video.mpg http://localhost:8090/feed1.ffm
  ffmpeg -an -i source_video.mpg http://localhost:8090/feed1.ffm

Revision as of 14:05, 21 January 2012

Streaming server part of ffmpeg


  • config file:
/etc/ffserver.conf




fast commands

  • statistics page:
http://localhost:8090/stat.html
  • start a stream sending an mpeg movie to the ffserver instance:
ffmpeg -an -i source_video.mpg http://localhost:8090/feed1.ffm