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
4e39962f
Commit
4e39962f
authored
Nov 28, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffserver: document "Launch" feed option
parent
07315da1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
ffserver.texi
doc/ffserver.texi
+15
-1
No files found.
doc/ffserver.texi
View file @
4e39962f
...
@@ -335,7 +335,21 @@ Set maximum size of the feed. 0 means unlimited.
...
@@ -335,7 +335,21 @@ Set maximum size of the feed. 0 means unlimited.
@item ReadOnlyFile @var
{
filename
}
@item ReadOnlyFile @var
{
filename
}
Mark the file as readonly and it will not be deleted or updated.
Mark the file as readonly and it will not be deleted or updated.
@item Launch
@item Launch @var
{
args
}
Launch an @command
{
ffmpeg
}
command when creating @command
{
ffserver
}
.
@var
{
args
}
must be a sequence of arguments to be provided to an
@command
{
ffmpeg
}
instance. The first provided argument is ignored, and
it is replaced by a path with the same dirname of the @command
{
ffserver
}
instance, followed by the remaining argument and terminated with a
path corresponding to the feed.
In case you need a more complex @command
{
ffmpeg
}
configuration,
e.g. if you need to generate multiple FFM feeds with a single
@command
{
ffmpeg
}
instance, you should launch @command
{
ffmpeg
}
by hand.
This option is ignored in case the commandline option @option
{
-n
}
is
specified.
@item ACL
@item ACL
Specify the list of IP address which are allowed or denied to write
Specify the list of IP address which are allowed or denied to write
...
...
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