<br><br><div><span class="gmail_quote">On 6/6/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 mardi 06 juin 2006 à 13:52 +0300, Lukasz Kondrad a écrit :<br><br>><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
<br>> during demultilexing rtp flow which is taken from mpe section of TS.<br>><br><br>What are you trying to do exactly ? Parsing the whole dvb-h ts stream in<br>VLC (and then implementing an ip stack in VLC ?). Have you tried to
<br>register your dvb adapter as a network adapter in the OS ? Then the<br>existing livedotcom module *should* be enough to read dvb-h streams,<br>once provided the sdp file. We would be interested in feedback on that<br>

topic...<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></div> <br>Hello, <br>Yes, I am trying to implement an ip stack in VLC. A dvb adapter can be registered as a network adapter. It works, however, it can only receive the datagrams  and I think vlc needs to send an IGMP request. If datagrams from dvb adapter are sent on eth0 adapter and multicasted, on other computer, by useing vlc,  watching dvb-h signal is possible.
<br> <br>What I have done until now:<br>-  gather mpe sections and parse information (ip addresses, ports, rtp header information)<br>- when multicast ip/udp/ts is transmitted, decoding and watching the transmission is possible (it is not a standard, it was done just to check if gathering and parsing work properly)
<br>- vlc is able to pars the sdp file and run a dvb card (the channel.conf parsing module is used)<br><br>What I have to do:<br>- the RTP interface from live555 library shall be changed to accept different input <br><br>
I let you about a progress in my work, <br>Thanks for your help. <br>Lukasz<br>