From 6b0bdc754b2197d027c26589ed63a41ad19f87eb Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 13 Nov 2005 03:26:43 +0000 Subject: support for unlimited feed size Originally committed as revision 4697 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffserver.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3