[FFmpeg-cvslog] doc/ffserver: move general stream options upwards in the list

Stefano Sabatini git at videolan.org
Fri Nov 29 00:05:10 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Nov 28 23:48:57 2013 +0100| [f652f70e32173fc623928e238e36ccf2c126f10a] | committer: Stefano Sabatini

doc/ffserver: move general stream options upwards in the list

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f652f70e32173fc623928e238e36ccf2c126f10a
---

 doc/ffserver.texi |   62 +++++++++++++++++++++++++++++------------------------
 1 file changed, 34 insertions(+), 28 deletions(-)

diff --git a/doc/ffserver.texi b/doc/ffserver.texi
index 6fe4b73..a4ddf32 100644
--- a/doc/ffserver.texi
+++ b/doc/ffserver.texi
@@ -391,6 +391,40 @@ Must be the name of a format recognized by FFmpeg. If set to
 @item InputFormat @var{format_name}
 Set input format. If not specified, it is automatically guessed.
 
+ at item Preroll @var{n}
+Set this to the number of seconds backwards in time to start. Note that
+most players will buffer 5-10 seconds of video, and also you need to allow
+for a keyframe to appear in the data stream.
+
+Default value is 0.
+
+ at item StartSendOnKey
+Do not send stream until it gets the first key frame. By default
+ at command{ffserver} will send data immediately.
+
+ at item MaxTime @var{n}
+Set the number of seconds to run. This value set the maximum duration
+of the stream a client will be able to receive.
+
+A value of 0 means that no limit is set on the stream duration.
+
+ at item ACL @var{spec}
+Set ACL for the stream.
+
+ at item FaviconURL @var{url}
+Set favicon (favourite icon) for the server status page. It is ignored
+for regular streams.
+
+ at item Author @var{value}
+ at item Comment @var{value}
+ at item Copyright @var{value}
+ at item Title @var{value}
+Set metadata corresponding to the option.
+
+ at item NoAudio
+ at item NoVideo
+Suppress audio/video.
+
 @item AudioBitRate @var{rate}
 Set bitrate for the audio stream in kbits per second.
 
@@ -475,10 +509,6 @@ Set @option{lumi_mask}/@option{dark_mask} encoding options.
 @item VideoCodec @var{codec_name}
 Set audio/video codec.
 
- at item NoAudio
- at item NoVideo
-Suppress audio/video.
-
 @item AVOptionAudio @var{option} @var{value}
 @item AVOptionVideo @var{option} @var{value}
 Set generic option for audio/video stream.
@@ -488,30 +518,6 @@ Set generic option for audio/video stream.
 Set preset for audio/video stream.
 
 @var{preset} must be the path of a preset file.
-
- at item Preroll @var{n}
-Set this to the number of seconds backwards in time to start. Note that
-most players will buffer 5-10 seconds of video, and also you need to allow
-for a keyframe to appear in the data stream.
-
-Default value is 0.
-
- at item ACL @var{spec}
-Set ACL for the stream.
-
- at item Author @var{value}
- at item Comment @var{value}
- at item Copyright @var{value}
- at item Title @var{value}
-Set metadata corresponding to the option.
-
- at item StartSendOnKey
-Do not send stream until it gets the first key frame. By default
- at command{ffserver} will send data immediately.
-
- at item FaviconURL @var{url}
-Set favicon (favourite icon) for the server status page. It is ignored
-for regular streams.
 @end table
 
 @subsection Server status stream



More information about the ffmpeg-cvslog mailing list