[vlc-devel] commit: Fix video delay when using alsa or oss as slaves ( Antoine Cellerier )

Antoine Cellerier dionoea at videolan.org
Sat Jul 18 00:41:08 CEST 2009


On Fri, Jul 17, 2009, Laurent Aimar wrote:
>  It's now simple (access_demux only), you just need to not define the pf_demux (set
> it to NULL) and send your data from a thread you create yourself in Open() and
> terminate in Close().
>  Becareful that Control() can and will still be called (so outside of your thread).

Ok, sounds exactly like what I need. Do any of the current modules
already work that way? (I just need to call es_out_Send() like before to
send the data right? or is there something new to add? like to signal
end of files?)

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list