<br><br><div><span class="gmail_quote">On 6/5/06, <b class="gmail_sendername">Benjamin Pracht</b> <<a href="mailto:bigben+spam@videolan.org">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/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://developers.videolan.org/lists.html">http://developers.videolan.org/lists.html</a><br><br></blockquote>
</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>Lukasz<br>