sdroege / rtsp-server

RTSP Server Library
Mozilla Public License 2.0
14 stars 2 forks source link

Server builder `bind_tcp()` doesn't return an error when it can't bind to the TCP port #27

Open nirbheek opened 3 years ago

nirbheek commented 3 years ago

<slomo> the problem is that it is only binding later when you actually start the server, so at that point it can't yet know. i wonder how actix does that. maybe something to steal an idea from.