[Live-devel] RTSP server socket bind error

Eric Lammerts live-devel at lists.lammerts.org
Mon Jul 25 19:23:37 PDT 2011


On 07/25/11 06:10, Ross Finlayson wrote:
> No, SO_REUSEADDR (and SO_REUSEPORT) is turned off for the server for a
> very simple reason: We can't have more than one server on the same host
> using the same port at the same time!

On Linux you can't bind twice even with SO_REUSEADDR, so it might make 
sense to make it a platform-dependent option.

Eric


More information about the live-devel mailing list