iamscottxu / obs-rtspserver

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

Not visible in Windows, Mac, and Ubuntu #185

Open CyberCyclone opened 1 month ago

CyberCyclone commented 1 month ago

I've tried using this plugin on a Macbook Pro M3 Max, Windows 11, and Ubuntu 22. All of them don't show the plugin as a streaming option. I believe the issue is that the installers are installing to the wrong location and they don't support the latest version of OBS.

FAQ page was followed, however it seems out dated.

TonyRoyRoy commented 1 week ago

The plugin doesn't add a streaming option. You must look under the tools tabs and then select the RTSP Server option. From that menu, you can select the parameters you want.

With that said, the version for MacOS doesn't run properly because of an error in the way the plugin is built and needs to be fixed. With Ubuntu, there is also an issue with the file location of the installer. I got it working, but I am still figuring out how to make a detailed step-by-step. With Windows 10 and 11, everything should work perfectly. Make sure you have admin rights when installing the plugin. rtsp_plugin_option_tools

The FAQ does indeed seem outdated by a lot.

Hope it helps

Edit: Step-By-Step for Ubuntu 1 - Download the latest Linux build in the .tar.gz format 2 - Open a terminal

cd ~/Downloads
tar -xvzf obs-rtspserver-*-linux-qt6.tar.gz
cd obs*/usr
sudo cp -r data/obs-plugins/obs-rtspserver/ /usr/share/obs/obs-plugins/obs-rtspserver/
sudo cp obs-plugins/64bit/obs-rtspserver.so /usr/lib/x86_64-linux-gnu/obs-plugins/obs-rtspserver.so

3 - Run OBS

sudo obs