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

Lukasz Kondrad vlcplayer at gmail.com
Tue Jun 6 14:35:13 CEST 2006


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 ??

BR
Lukasz

On 6/6/06, Lukasz Kondrad <vlcplayer at gmail.com> wrote:
>
>
>
> On 6/5/06, Benjamin Pracht <bigben+spam at videolan.org> wrote:
> >
> > Le lundi 05 juin 2006 à 12:57 +0300, Lukasz Kondrad a écrit :
> > > Hello,
> > >
> > > How to open two inputs the the same time more precisely open a file
> > > input and dvb input. I think about something similar to livedotcome
> > > demux but for dvb. It means I would like first open a file in which I
> > > would have some information and then the dvb input would be opened,
> > > the additional information from a file could be use to processing ts
> > > stream. I know that in livedotcom demux the sdp file is open and the
> > > multicast is managed by the live555 not by vlc itself. Please , May
> > > you help me with that, some  hints where should I look would be very
> > > usefull.
> >
> >
> > Well, the best way to do that would certainly be to mimic the playlist
> > file parsing modules (in modules/demux/playlist/). They parse the file,
> > and create playlist entries with the appropriate options. BTW, I don't
> > know what you are planning to do exactly, but the parsing of several
> > common channel description files (such as channel.conf files) is already
> > supported there.
> >
> > --
> > BigBen
> >
> > --
> > This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> > To unsubscribe, please read http://developers.videolan.org/lists.html
> >
> >
> Hello,
>
> Thanks for your response. I will go through these files.
> I am woriking on DVB-H module. I need information from a sdp file during
> demultilexing rtp flow which is taken from mpe section of TS.
>
> BR
> Lukasz
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060606/9db5d2e6/attachment.html>


More information about the vlc-devel mailing list