[FFmpeg-devel] [PATCH v2] avformat/mpegts: reduce buffering during initialization
Andriy Gelman
andriy.gelman at gmail.com
Wed Mar 6 17:33:08 EET 2019
> Would it be an alternative to add an option that allows to force
> the packet size?
I like the idea. I guess the options are:
1. Set packet size + Use old version (fixed 8192 buffer) to estimate
parameter if not set by user.
2. Set packet size + Use new version (adaptive buffer) to estimate
parameter if not set by user.
Regards,
Andriy
On Wed, 6 Mar 2019 at 02:51, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
> 2019-03-06 7:01 GMT+01:00, Andriy Gelman <andriy.gelman at gmail.com>:
> > From: Andriy Gelman <andriy.gelman at gmail.com>
> >
> > Reduces buffering latency with low bitrate streams, where
> > 8192 bytes can mean several seconds.
>
> Would it be an alternative to add an option that allows to force
> the packet size?
>
> Carl Eugen
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list