ffserver.txt
上传用户:jxp0626
上传日期:2007-01-08
资源大小:102k
文件大小:1k
- *************** FFserver live broadcast server *****************
- Quick help :
- - First you must ensure that your grab system is OK. Verify with
- 'xawtv' that your TV card is tuned on a correct video source.
- - Try with ffmpeg that you can record correctly. For example:
- ffmpeg /tmp/a.mpg
- will record a ten seconds mpeg file from your TV card and audio
- card. Use for example the mpegtv player to view the created MPEG file.
- - Launch ffserver on your PC with the sample config file:
- ffserver -f doc/ffserver.conf
- - Verify with your browser that ffserver is working correctly. For
- that purpose, explore: http://localhost:8080/stat.html .
- - Then, use your favorite players to see each generated stream:
- mtvp http://localhost:8080/test1.mpg
- mpg123 http://localhost:8080/test1.mpg
- netscape http://localhost:8080/test.swf
- realplayer http://localhost:8080/test.rm
- etc...
- Note that ffserver generate multiple streams in multiple formats AT
- THE SAME TIME. It should be able to handle hundreds of users at the
- same time if you internet connection is fast enough.
- - Now you can configure ffserver for your real needs. Edit the
- ffserver.conf file to use only the formats you want.
- - Report any bug you find (and the fix if you found it!).