Hello, <br><br>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 
<br>demux_sys_t<br>{<br>    char         *p_my_data;<br>};<br>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><br>BR <br>Lukasz<br><br><div><span class="gmail_quote">On 6/6/06, <b class="gmail_sendername">Lukasz Kondrad</b> <<a href="mailto:vlcplayer@gmail.com">vlcplayer@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br><br><div></div><div><span class="e" id="q_10ba8f9010ddcfeb_1"><span class="gmail_quote">On 6/5/06, <b class="gmail_sendername">Benjamin Pracht</b> <<a href="mailto:bigben+spam@videolan.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
bigben+spam@videolan.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le lundi 05 juin 2006 à 12:57 +0300, Lukasz Kondrad a écrit :<br>> Hello,<br>><br>> How to open two inputs the the same time more precisely open a file<br>> input and dvb input. I think about something similar to livedotcome
<br>> demux but for dvb. It means I would like first open a file in which I<br>> would have some information and then the dvb input would be opened,<br>> the additional information from a file could be use to processing ts
<br>> stream. I know that in livedotcom demux the sdp file is open and the<br>> multicast is managed by the live555 not by vlc itself. Please , May<br>> you help me with that, some  hints where should I look would be very
<br>> usefull.<br><br><br>Well, the best way to do that would certainly be to mimic the playlist<br>file parsing modules (in modules/demux/playlist/). They parse the file,<br>and create playlist entries with the appropriate options. BTW, I don't
<br>know what you are planning to do exactly, but the parsing of several<br>common channel description files (such as channel.conf files) is already<br>supported there.<br><br>--<br>BigBen<br><br>--<br>This is the vlc-devel mailing-list, see 
<a href="http://www.videolan.org/vlc/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://developers.videolan.org/lists.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://developers.videolan.org/lists.html</a><br><br></blockquote></span></div><div>
</div><br>Hello, <br><br>Thanks for your response. I will go through these files. <br>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>
<br>BR <br></div><div><span class="sg">Lukasz<br>

</span></div></blockquote></div><br>