[vlc-devel] [PATCH] demux: adaptive: fix slow buffering

Francois Cartegnie fcvlcdev at free.fr
Mon Jul 31 18:22:09 CEST 2017


Le 31/07/2017 à 18:05, Zhao Zhili a écrit :
> So when i_return is AbstractStream::buffering_ongoing, i_deadline = mdate()
> + (CLOCK_FREQ / 20) + (CLOCK_FREQ / 4). 300 milliseconds are too much while
> buffering_ongoing. Actually 50 milliseconds don't work well too, but it's
> another topic.

Okay,

But ongoing means you already have min buffering, so any call can buffer
a full segment. Should depends on segment length then, or the issue is
the delay before triggering the min buffer +1 segment.

Francois


More information about the vlc-devel mailing list