[vlc-devel] rtcp and udp port collision
Sébastien Escudier
sebastien-devel at celeos.eu
Fri Oct 22 10:31:34 CEST 2010
Hi,
I have a rtsp client and rtsp server on the same computer.
The client binds port number a and a+1
The server (vlc), in stream_out/rtcp.c line 79 binds port number a-1
(net_GetSockAddress), and, unfortunately, it tries to bind port number a (ie
(a-1)++ ) which is already in use by the client.
Any idea if this could be fixed, and how.
Thanks.
Sebastien.
More information about the vlc-devel
mailing list