diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-05-16 02:03:34 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-05-16 02:03:34 +0000 |
commit | 9cfe269e700fb3ab25dcb37b32c3e967d69a8685 (patch) | |
tree | 1aba14a3ca4624f7e60b2d9cc295ce2f243e7554 /doc/ffserver.conf | |
parent | 42a63c6a02ec6abb8579a743e76025e7f6309033 (diff) | |
download | ffmpeg-9cfe269e700fb3ab25dcb37b32c3e967d69a8685.tar.gz |
* Updated with new stream configuration items
Originally committed as revision 502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffserver.conf')
-rw-r--r-- | doc/ffserver.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ffserver.conf b/doc/ffserver.conf index 4c915702ff..01506a6a17 100644 --- a/doc/ffserver.conf +++ b/doc/ffserver.conf @@ -15,6 +15,11 @@ BindAddress 0.0.0.0 MaxClients 1000 +# This the maximum amount of kbit/sec that you are prepared to +# consume when streaming to clients + +MaxBandwidth 1000 + # Access Log file (uses standard Apache log file format) # '-' is the standard output @@ -115,6 +120,14 @@ VideoGopSize 12 # Suppress video #NoVideo +#VideoQMin 3 +#VideoQMax 31 + +# Set this to the number of seconds backwards in time to start. Note that +# most players will buffer 5-10 seconds of video, and also you need to allow +# for a key frame to appear in the data stream. +#PreRoll 15 + </Stream> # second mpeg stream with high frame rate |