[vlc-devel] [PATCH] [RFC] apply the same flush on the sout than on aout/vout
Rémi Denis-Courmont
remi at remlab.net
Tue Nov 10 17:05:41 CET 2015
Le 2015-11-10 18:47, Steve Lhomme a écrit :
> When seeking during a sout session, we send discontinuities to the
> receiver(s),
> resulting in apps possibly stopping because of incoherent data.
At this point, I'd rather add a flush callback to stream output
plugins, than continue (ab)using block flags.
> There remains the question of pre-roll when seeking. Should we send
> it to the
> receiver(s) or not ?
I may be wrong, but I would tihnk that the decoder underneath transcode
needs pre-roll blocks (just like the normal decoder). So they have to be
sent.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list