diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-22 16:23:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-22 16:23:58 +0000 |
commit | dea7da106385de394ae89f2dfd5258bc7117f9ae (patch) | |
tree | ae6af38fb4732bda905e4bc52da5998db55fa51a /doc | |
parent | 9c09099e75fdf8c54e3b1fb3d5f463bbfc2ff700 (diff) | |
download | ffmpeg-dea7da106385de394ae89f2dfd5258bc7117f9ae.tar.gz |
Document ffserver no-launch mode.
Originally committed as revision 13894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffserver-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi index b13f7fe721..6099fd2355 100644 --- a/doc/ffserver-doc.texi +++ b/doc/ffserver-doc.texi @@ -246,6 +246,10 @@ Show available formats, codecs, protocols, ... Show help. @item -f @var{configfile} Use @file{configfile} instead of @file{/etc/ffserver.conf}. +@item -n +Enable no-launch mode. This option disables all the Launch directives +within the various <Stream> sections. FFserver will not launch any +ffmpeg instance, so you will have to launch them manually. @end table @c man end |