<br><br>
<div><span class="gmail_quote">On 6/8/06, <b class="gmail_sendername">Christophe Massiot</b> <<a href="mailto:massiot@via.ecp.fr">massiot@via.ecp.fr</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Thu, Jun 08, 2006, Lukasz Kondrad wrote:<br><br>> I have tried it and it doesn't work. Maybe problem is somewhere else.
<br>> I set the dvb adapter as a network adapter, then the route is added after<br>> that I use tzap to tune the card and tcpdump to receive packets from the<br>> card. I start vlc with the sdp file but it doesn't take the datagrams from
<br>> the adapter.<br><br>Have you tried specifying --miface-addr with the local IP address of<br>dvb0 ? Probably VLC just doesn't bind to the right interface.<br><br>> May you say me why implementing ip stack in vlc is overkill? What is so
<br>> difficult, maybe I knowledge is not enough to do that, let me know what<br>> problems I shall be aware, please.<br><br>You already have an IP stack in the kernel, using it is much simpler<br>than rewriting an IP stack (which is not trivial).
<br><br>--<br>Christophe Massiot.<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>
<div> </div>
<div>Hi, </div>
<div> </div>
<div>I did as said Christophe. I create network adapter dvb0, tzap tune the dvb card and tcpdump to receive datagrams. I run vlc with --miface-addr=</div>
<div> </div>
<div>results:</div>
<div>- when multicast is sent, and i don't have to use sdp file i can receive the dvb/h signal</div>
<div>- when i am transmitting a mpeg-4 or h.264 over rtp and sdp file must be used, the input stream can not be created.</div>
<div> </div>
<div>I think the reason is that --miface-addr is only for vlc and since sdp file is used the live555 library is responsible for the rtp stream. </div>
<div>So I should look on the lib555 library, don't I ?</div>
<div> </div>
<div>BR </div>
<div>Lukasz</div>
<div> </div>
<div> </div>
<div><br> </div>