]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - doc/ffserver-doc.texi
Some cleanup and comment
[frescor/ffmpeg.git] / doc / ffserver-doc.texi
index ddc8014b28dc4a493fbfc10ead6ce09ab396a4fa..7bdeb6ab0b66889c23fb22d409886084ebcbf3d3 100644 (file)
@@ -25,11 +25,6 @@ This documentation covers only the streaming aspects of ffserver /
 ffmpeg. All questions about parameters for ffmpeg, codec questions,
 etc. are not covered here. Read @file{ffmpeg-doc.html} for more
 information.
-@c man end
-
-@chapter Quick Start
-
-[Contributed by Philip Gladstone, philip-ffserver at gladstonefamily dot net]
 
 @section How does it work?
 
@@ -85,7 +80,7 @@ to make it work correctly.
 
 @section What do I need?
 
-I use Linux on a 900MHz Duron with a cheapo Bt848 based TV capture card. I'm
+I use Linux on a 900 MHz Duron with a cheapo Bt848 based TV capture card. I'm
 using stock Linux 2.4.17 with the stock drivers. [Actually that isn't true,
 I needed some special drivers for my motherboard-based sound card.]
 
@@ -229,6 +224,7 @@ may be in the future and so is unlikely to be useful.
 
 You use this by adding the ?date= to the end of the URL for the stream.
 For example:   @samp{http://localhost:8080/test.asf?date=2002-07-26T23:05:00}.
+@c man end
 
 @chapter Invocation
 @section Syntax
@@ -255,6 +251,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 stdout and causes ffserver to run in the foreground
+rather than as a daemon.
 @end table
 @c man end