[vlc-devel] Re: Two inputs at the same time.

Benjamin Pracht bigben+spam at videolan.org
Tue Jun 6 22:30:58 CEST 2006


Le mardi 06 juin 2006 à 15:35 +0300, Lukasz Kondrad a écrit :
> Hello, 
> 
> I checked these files, and they seem very usefull for me, but I have
> one problem. The information I read are not only needed for run the
> dvb card but in ts demux as well. How could I store it. I could make
> my own struct 
> demux_sys_t
> {
>     char         *p_my_data;
> };
> but I think that the when the input thread is close the information
> from p_demux are lost, aren't they ?? May you tell me how could I pass
> my pointer to TS demux ?? 
> 

You shpuld have a look at the channel.conf parsing module, for instance.
VLC allows to set any of its "variables" upon item creation. That means
that you can parameter any module option, including the ones of demuxes
when creating the playlist object...


-- 
BigBen

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list