From: Stefano Sabatini Date: Thu, 28 Nov 2013 22:48:57 +0000 (+0100) Subject: doc/ffserver: move general stream options upwards in the list X-Git-Tag: android-x86-6.0-r1~8684 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f652f70e32173fc623928e238e36ccf2c126f10a;p=android-x86%2Fexternal-ffmpeg.git doc/ffserver: move general stream options upwards in the list --- diff --git a/doc/ffserver.texi b/doc/ffserver.texi index 6fe4b73a10..a4ddf3282a 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. +@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. + +@item StartSendOnKey +Do not send stream until it gets the first key frame. By default +@command{ffserver} will send data immediately. + +@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. + +@item ACL @var{spec} +Set ACL for the stream. + +@item FaviconURL @var{url} +Set favicon (favourite icon) for the server status page. It is ignored +for regular streams. + +@item Author @var{value} +@item Comment @var{value} +@item Copyright @var{value} +@item Title @var{value} +Set metadata corresponding to the option. + +@item NoAudio +@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. -@item NoAudio -@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. - -@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. - -@item ACL @var{spec} -Set ACL for the stream. - -@item Author @var{value} -@item Comment @var{value} -@item Copyright @var{value} -@item Title @var{value} -Set metadata corresponding to the option. - -@item StartSendOnKey -Do not send stream until it gets the first key frame. By default -@command{ffserver} will send data immediately. - -@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