iamscottxu / obs-rtspserver

RTSP server plugin for obs-studio

Home Page:https://obsproject.com/forum/resources/obs-rtspserver.1037/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v3.0.0-beta1 and OBS 28.0.2 does not appear to set up the RTSP stream correctly (Linux)

X-m7 opened this issue · comments

While the plugin does appear in the Tools menu and the plugin UI shows up the stream does not appear to work, when I try to connect via VLC on Android the VLC logo just spins forever until I stop the RTSP server, at which point VLC will say that the location cannot be played. I also tried VLC on the same computer OBS connecting via localhost with the same result.

I am using Arch Linux, OBS from the Arch repos plus the tar.gz version of obs-rtspserver v3.0.0-beta1 installed for the local user. I also tried using the Flatpak version of OBS with obs-rtspserver compiled from the obs28 branch (at commit b1c1639), and I also tried the Flatpak compiled version with the Arch repo version of OBS, all three cases act the same. No errors appear in the logs that I can see.

Also, I did not test the case of the precompiled plugin with OBS on Flatpak since it does not load at all (the logs say /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.30' not found in that case).

Streaming normally to Twitch and recording works fine.

Please try to turn off the multicast support, and use the IPV4 address to connect, and check the system firewall settings.

Just retested 3.0.0-rc1, and it works now, both with multicast enabled vs disabled, and the Flatpak version of OBS has had its runtime updated so now this plugin works there too, thanks!