[vlc-devel] [PATCH 0/8] asynchronous aout stream
Remi Denis-Courmont
remi at remlab.net
Sun Mar 10 20:40:51 CET 2019
Le 2019-03-10 20:09, Thomas Guillem a écrit :
> My very simple idea was just to wait for to_us(block->size) from the
> core,
That can't work. Even if you neglect abnominal playback rates and
unstable clocks, you can still have a 1 second audio block and a
300 milliseconds buffer. If you wait for 700-1000 milliseconds, the
buffer will dry and playback will fail.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list