iamscottxu / obs-rtspserver

RTSP server plugin for obs-studio
https://obsproject.com/forum/resources/obs-rtspserver.1037/
GNU General Public License v2.0
463 stars 53 forks source link

RTSP always binds to localhost #81

Closed Traace closed 2 years ago

Traace commented 3 years ago

RTSP always binds to localhost, i've found no way to change the adapter / address.

on windows localhost is handled by "Microsoft Loopback-Adapter", by default this adapter does not map to other adapters. Meaning applications that only listen on localhost are isolated from the LAN. Therefore no applications beside the local system where RTSP Server runs can access the stream. Making this project pointless in my opinion.

Please make it possible to change IP...

iamscottxu commented 2 years ago

Although it is displayed as "localhost", it is actually bound to all ip addresses. If other devices cannot connect, please check the firewall settings of the operating system.