[vlc-devel] rtcp and udp port collision

Ross Finlayson finlayson at live555.com
Sun Oct 24 00:34:43 CEST 2010


>What I observed, is the client allocated ports DEST/DEST+1, then the
>server allocated SRC/SRC+1, but failed because SRC+1 == DEST.

If the client (LIVE555 code) is allocating DEST and DEST+1, then DEST 
must be even.  But if SRC+1 == DEST, then SRC must be odd.  So why is 
the server code allocating (odd,odd+1) rather than (even,even+1)?
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/



More information about the vlc-devel mailing list