diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-28 19:33:07 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-28 20:17:00 +0100 |
commit | bcbf8920ede18859031773138bf5168ed0e362b9 (patch) | |
tree | 1fd877a5fb3edfea8997fbaeab14c846fa6207df /doc/ffserver.texi | |
parent | 312d075e5de97855ee7e1c8a5aa2eb2abc667772 (diff) | |
download | ffmpeg-bcbf8920ede18859031773138bf5168ed0e362b9.tar.gz |
doc/ffserver: clarify/extend documentation about status streams
Diffstat (limited to 'doc/ffserver.texi')
-rw-r--r-- | doc/ffserver.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi index 64bc514a64..509bf246b6 100644 --- a/doc/ffserver.texi +++ b/doc/ffserver.texi @@ -377,12 +377,13 @@ The following options are recognized within a Stream section. @item Feed @var{feed_name} Set the input feed. -Must be specified. +Must be specified for regular streams. @item Format @var{format_name} -Set the format of the stream. +Set the format of the output stream. -Must be the name of a format recognized by FFmpeg. +Must be the name of a format recognized by FFmpeg. If set to +@samp{status}, it is treated as a status stream. @item AudioBitRate @var{rate} Set bitrate for the audio stream in KB per second. @@ -482,7 +483,7 @@ A server status stream is a special stream which is used to show statistics about the @command{ffserver} operations. It must be specified setting the option @option{Format} to -@code{status}. +@samp{status}. @section Redirect section |