diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-22 17:26:13 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-22 17:26:13 +0000 |
commit | c1bb8f9792ca4c4da8030c948b1eec874f04c874 (patch) | |
tree | d1737e1915b4d19f5bb4ae80039ec4e9f227aa50 /doc/ffserver-doc.texi | |
parent | 60b51bb262f59f1267242e7af7dd2050af7300c9 (diff) | |
download | ffmpeg-c1bb8f9792ca4c4da8030c948b1eec874f04c874.tar.gz |
Document ffserver debug mode.
Originally committed as revision 13896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffserver-doc.texi')
-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 ddc8014b28..243f4b060b 100644 --- a/doc/ffserver-doc.texi +++ b/doc/ffserver-doc.texi @@ -255,6 +255,10 @@ Use @file{configfile} instead of @file{/etc/ffserver.conf}. 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. +@item -d +Enable debug mode. This option increases log verbosity, directs log +messages to stderr and causes ffserver to run in the foreground +rather than as a daemon. @end table @c man end |