mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
doc/ffserver: extend documentation for various file-related options
This commit is contained in:
+16
-4
@@ -327,13 +327,25 @@ The following options are recognized within a Feed section.
|
|||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@item File @var{filename}
|
@item File @var{filename}
|
||||||
Set the path where the file is stored on disk.
|
@item ReadOnlyFile @var{filename}
|
||||||
|
Set the path where the feed file is stored on disk.
|
||||||
|
|
||||||
|
If not specified, the @file{/tmp/FEED.ffm} is assumed, where
|
||||||
|
@var{FEED} is the feed name.
|
||||||
|
|
||||||
|
If @option{ReadOnlyFile} is used the file is marked as read-only and
|
||||||
|
it will not be deleted or updated.
|
||||||
|
|
||||||
|
@item Truncate
|
||||||
|
Truncate the feed file, rather than appending to it. By default
|
||||||
|
@command{ffserver} will append data to the file, until the maximum
|
||||||
|
file size value is reached (see @option{FileMaxSize} option).
|
||||||
|
|
||||||
@item FileMaxSize @var{size}
|
@item FileMaxSize @var{size}
|
||||||
Set maximum size of the feed. 0 means unlimited.
|
Set maximum size of the feed. 0 means unlimited. The postfixes
|
||||||
|
@code{K}, @code{M}, and @code{G} are recognized.
|
||||||
|
|
||||||
@item ReadOnlyFile @var{filename}
|
Default value is 5M.
|
||||||
Mark the file as readonly and it will not be deleted or updated.
|
|
||||||
|
|
||||||
@item Launch @var{args}
|
@item Launch @var{args}
|
||||||
Launch an @command{ffmpeg} command when creating @command{ffserver}.
|
Launch an @command{ffmpeg} command when creating @command{ffserver}.
|
||||||
|
|||||||
Reference in New Issue
Block a user