Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
f2f17dd8
Commit
f2f17dd8
authored
Nov 30, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffserver: clarify documentation for Feed MaxFileSize option
parent
8209dd33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ffserver.texi
doc/ffserver.texi
+3
-2
No files found.
doc/ffserver.texi
View file @
f2f17dd8
...
...
@@ -430,8 +430,9 @@ Truncate the feed file, rather than appending to it. By default
file size value is reached (see @option
{
FileMaxSize
}
option).
@item FileMaxSize @var
{
size
}
Set maximum size of the feed. 0 means unlimited. The postfixes
@code
{
K
}
, @code
{
M
}
, and @code
{
G
}
are recognized.
Set maximum size of the feed file in bytes. 0 means unlimited. The
postfixes @code
{
K
}
(2
^
10), @code
{
M
}
(2
^
20), and @code
{
G
}
(2
^
30) are
recognized.
Default value is 5M.
...
...
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