diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-16 08:26:38 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-16 08:26:38 +0000 |
commit | bc2869f6dd8d333e64d89fac0fd34f9a81ed831e (patch) | |
tree | c441b9532792069d9adc214ebe41fb4d2250a2f6 /doc/ffserver-doc.texi | |
parent | b11829a9d93970aa4c327578bb9ffc9de9cacd3f (diff) | |
download | ffmpeg-bc2869f6dd8d333e64d89fac0fd34f9a81ed831e.tar.gz |
Fix an example command in ffserver-doc.texi.
Originally committed as revision 13777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffserver-doc.texi')
-rw-r--r-- | doc/ffserver-doc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi index ec885a0cbf..e93d70f021 100644 --- a/doc/ffserver-doc.texi +++ b/doc/ffserver-doc.texi @@ -55,12 +55,12 @@ you run the ffserver ./configure, make sure that you have the LAME is important as it allows for streaming audio to Windows Media Player. Don't ask why the other audio types do not work. -As a simple test, just run the following two command lines (assuming that you -have a V4L video capture card): +As a simple test, just run the following two command lines where INPUTFILE +is some file which you can decode with ffmpeg: @example ./ffserver -f doc/ffserver.conf & -./ffmpeg http://localhost:8090/feed1.ffm +./ffmpeg -i INPUTFILE http://localhost:8090/feed1.ffm @end example At this point you should be able to go to your Windows machine and fire up |