diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2004-12-29 22:52:33 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-12-29 22:52:33 +0000 |
commit | d4d1de91a7ef66eb7a3f9d1c912f98c5b023086b (patch) | |
tree | 17a3f54298cd0e6cf2c48e2ae68c602d934a1b64 | |
parent | ff52bc3e312b2ddbbef9dc95b049cfbbbdbb2754 (diff) | |
download | ffmpeg-d4d1de91a7ef66eb7a3f9d1c912f98c5b023086b.tar.gz |
vbv size for ffserver.conf patch by (Panagiotis Issaris <takis [] lumumba*luc*ac*be>)
Originally committed as revision 3780 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffserver.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffserver.conf b/doc/ffserver.conf index 794e63c2d2..b725353d83 100644 --- a/doc/ffserver.conf +++ b/doc/ffserver.conf @@ -100,6 +100,9 @@ AudioSampleRate 44100 # Bitrate for the video stream. VideoBitRate 64 +# Ratecontrol buffer size +VideoBufferSize 40 + # Number of frames per second VideoFrameRate 3 @@ -201,6 +204,7 @@ Format asf VideoFrameRate 15 VideoSize 352x240 VideoBitRate 256 +VideoBufferSize 40 VideoGopSize 30 AudioBitRate 64 StartSendOnKey |