Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f87e189e
Commit
f87e189e
authored
Nov 28, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffserver: extend documentation for various file-related options
parent
b1049f89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
ffserver.texi
doc/ffserver.texi
+16
-4
No files found.
doc/ffserver.texi
View file @
f87e189e
...
...
@@ -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.
@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
}
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
}
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
}
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment