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
98e47c1a
Commit
98e47c1a
authored
Nov 29, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffserver: extend documentation for Feed/File stream options
parent
0e64edda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
ffserver.texi
doc/ffserver.texi
+12
-2
No files found.
doc/ffserver.texi
View file @
98e47c1a
...
...
@@ -396,11 +396,21 @@ to override the encoding options specified by @command{ffserver}, you
can use the @command
{
ffmpeg
}
@option
{
override
_
ffserver
}
commandline
option.
Only one of the @option
{
Feed
}
and @option
{
File
}
options should be set.
@table @option
@item Feed @var
{
feed
_
name
}
Set the input feed.
Set the input feed. @var
{
feed
_
name
}
must correspond to an existing
feed defined in a @code
{
Feed
}
section.
When this option is set, encoding options are used to setup the
encoding operated by the remote @command
{
ffmpeg
}
process.
@item File @var
{
filename
}
Set the filename of the pre-recorded input file to stream.
Must be specified for regular streams.
When this option is set, encoding options are ignored and the input
file content is re-streamed as is.
@item Format @var
{
format
_
name
}
Set the format of the output stream.
...
...
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