Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
f87e189e
Commit
f87e189e
authored
11 years ago
by
Stefano Sabatini
Browse files
Options
Downloads
Patches
Plain Diff
doc/ffserver: extend documentation for various file-related options
parent
b1049f89
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/ffserver.texi
+16
-4
16 additions, 4 deletions
doc/ffserver.texi
with
16 additions
and
4 deletions
doc/ffserver.texi
+
16
−
4
View file @
f87e189e
...
@@ -327,13 +327,25 @@ The following options are recognized within a Feed section.
...
@@ -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
}
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment