[vlc-devel] MPEG-DASH and the likes
Rémi Denis-Courmont
remi at remlab.net
Thu Aug 29 22:41:31 CEST 2013
Le jeudi 29 août 2013 18:12:34 Frédéric Yhuel a écrit :
> Ok, I did not even understand that VLC core used to not support
> threaded demuxers, but that is good news anyway :-)
It still does not. Someone needs to fix DEMUX_SET_PAUSE.
> By "threaded demuxer", you mean something like for ex. a demux with
> main thread and input thread? Or am I completely off track?
I mean a demuxer that spawns a thread internally and accesses the underlying
byte stream (demux_t.s) from within that thread. Normal demuxers only access
the byte stream from the probe function, from pf_demux and from pf_control.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list