[FFmpeg-user] increase the size of the real-time buffer.

jacob s jacobhameiri at gmail.com
Mon Mar 19 17:43:22 CET 2012


found it, the option I was looking for is rtbufsize

2012/3/17 dE . <de.techno at gmail.com>

> On 03/16/12 03:10, jacob s wrote:
>
>> Hi,
>> I am streaming windows directshow desktop capture via udp and I am getting
>> occasional "real-time buffer 155% full! frame dropped!" errors, which are
>> causing audio ( and rarely video ) glitches.
>> Is there a way to increase the size of the real-time buffer ? I am willing
>> to get higher latency if it will solve the frame drops.
>> This is my command:
>> -f dshow -i video="screen-capture-**recorder":audio="Stereo Mix (IDT High
>> Definition" -vcodec  libx264 -preset ultrafast -tune zerolatency -r 10
>> -async 1 -acodec libmp3lame -ab 24k -ar 22050 -bsf:v h264_mp4toannexb
>> -maxrate 750k -bufsize 3000k   -f mpegts udp://192.168.5.215:48550
>> ______________________________**_________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> http://ffmpeg.org/mailman/**listinfo/ffmpeg-user<http://ffmpeg.org/mailman/listinfo/ffmpeg-user>
>>
>
> buffer_size=size
>
> It's in the man page.
> ______________________________**_________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/**listinfo/ffmpeg-user<http://ffmpeg.org/mailman/listinfo/ffmpeg-user>
>


More information about the ffmpeg-user mailing list