ffserver.txt
上传用户:jxp0626
上传日期:2007-01-08
资源大小:102k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Unix_Linux

  1. *************** FFserver live broadcast server *****************
  2. Quick help :
  3. - First you must ensure that your grab system is OK. Verify with
  4.   'xawtv' that your TV card is tuned on a correct video source.
  5. - Try with ffmpeg that you can record correctly. For example:
  6.   ffmpeg /tmp/a.mpg
  7. will record a ten seconds mpeg file from your TV card and audio
  8. card. Use for example the mpegtv player to view the created MPEG file.
  9. - Launch ffserver on your PC with the sample config file:
  10.   ffserver -f doc/ffserver.conf
  11. - Verify with your browser that ffserver is working correctly. For
  12.   that purpose, explore: http://localhost:8080/stat.html .
  13. - Then, use your favorite players to see each generated stream:
  14.   mtvp http://localhost:8080/test1.mpg
  15.   mpg123 http://localhost:8080/test1.mpg
  16.   netscape http://localhost:8080/test.swf
  17.   realplayer http://localhost:8080/test.rm
  18.   etc...
  19.   Note that ffserver generate multiple streams in multiple formats AT
  20.   THE SAME TIME. It should be able to handle hundreds of users at the
  21.   same time if you internet connection is fast enough.
  22. - Now you can configure ffserver for your real needs. Edit the
  23.   ffserver.conf file to use only the formats you want.
  24. - Report any bug you find (and the fix if you found it!).