<div>There should be no problem if RTP always use EVEN number and RTCP use ODD number.</div><div><br></div><a href="http://en.wikipedia.org/wiki/Real-time_Transport_Protocol">http://en.wikipedia.org/wiki/Real-time_Transport_Protocol</a><div>
"When both protocols are used in conjunction, RTP is usually originated and 
received on even <a title="List of TCP and UDP port numbers" href="http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers">port numbers</a>, whereas RTCP 
uses the next higher odd port number."</div><div><br></div><div>Maybe server (vlc), in stream_out/rtcp.c line 79 should binds port number a+1 ... and it you make sure that "a" is even.</div><div><br></div>
<div>David Glaude</div><div><br></div><div>PS: I say this without ever looking at the source code...</div><div><br><div class="gmail_quote">2010/10/22 Sébastien Escudier <span dir="ltr"><<a href="mailto:sebastien-devel@celeos.eu">sebastien-devel@celeos.eu</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
Hi,<br>
<br>
I have a rtsp client and rtsp server on the same computer.<br>
The client binds port number a and a+1<br>
The server (vlc), in stream_out/rtcp.c line 79 binds port number a-1<br>
(net_GetSockAddress), and, unfortunately, it tries to bind port number a (ie<br>
(a-1)++ ) which is already in use by the client.<br>
<br>
Any idea if this could be fixed, and how.<br>
<br>
Thanks.<br>
<br>
Sebastien.<br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br></div>