[FFmpeg-cvslog] doc/ffserver: extend documentation for various file-related options

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


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Nov 28 21:06:08 2013 +0100| [f87e189ee0d26399add10f2a8b11260b3d6fb11d] | committer: Stefano Sabatini

doc/ffserver: extend documentation for various file-related options

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

 doc/ffserver.texi |   20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/doc/ffserver.texi b/doc/ffserver.texi
index b551fdf..57aeca8 100644
--- a/doc/ffserver.texi
+++ b/doc/ffserver.texi
@@ -327,13 +327,25 @@ The following options are recognized within a Feed section.
 
 @table @option
 @item File @var{filename}
-Set the path where the file is stored on disk.
+ at 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
+ at 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.
+
+ at item Truncate
+Truncate the feed file, rather than appending to it. By default
+ at command{ffserver} will append data to the file, until the maximum
+file size value is reached (see @option{FileMaxSize} option).
 
 @item FileMaxSize @var{size}
-Set maximum size of the feed. 0 means unlimited.
+Set maximum size of the feed. 0 means unlimited. The postfixes
+ at code{K}, @code{M}, and @code{G} are recognized.
 
- at item ReadOnlyFile @var{filename}
-Mark the file as readonly and it will not be deleted or updated.
+Default value is 5M.
 
 @item Launch @var{args}
 Launch an @command{ffmpeg} command when creating @command{ffserver}.



More information about the ffmpeg-cvslog mailing list