summaryrefslogtreecommitdiff
path: root/doc/ffserver.conf
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2005-11-13 03:26:43 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2005-11-13 03:26:43 +0000
commit6b0bdc754b2197d027c26589ed63a41ad19f87eb (patch)
tree0c5b8fc4213aa5bd96a367d04742e3b354fcf9bb /doc/ffserver.conf
parentac031f3c6cf5fc108c64e2e861411760131b1d56 (diff)
support for unlimited feed size
Originally committed as revision 4697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffserver.conf')
-rw-r--r--doc/ffserver.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffserver.conf b/doc/ffserver.conf
index 6ce7aae4fc..431ef93a94 100644
--- a/doc/ffserver.conf
+++ b/doc/ffserver.conf
@@ -41,7 +41,7 @@ NoDaemon
# previously recorded live stream. The request should contain:
# "http://xxxx?date=[YYYY-MM-DDT][[HH:]MM:]SS[.m...]".You must specify
# a path where the feed is stored on disk. You also specify the
-# maximum size of the feed (100M bytes here). Default:
+# maximum size of the feed, where zero means unlimited. Default:
# File=/tmp/feed_name.ffm FileMaxSize=5M
File /tmp/feed1.ffm
FileMaxSize 200K