cannot install or make working RTSP plugin server on OBS 31.0.3

acidonitroso

New Member
Hi guys. I installed OBS 31.0.3 using commands provided on the official site (these):

sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt update

sudo apt install obs-studio

and all ok. OBS opens and works perrfectly.
I now try to install RTSP plugin (https://obsproject.com/forum/resources/obs-rtspserver.1037/) following the instractions for Linux (these):

wget -O obs-rtspserver-linux.deb https://github.com/iamscottxu/obs-rtspserver/releases/download/{version}/obs-rtspserver-{version}-linux.deb
apt install -y obs-rtspserver-linux.deb

I obviously replaced the address with {version} with address of latest .deb package (https://github.com/iamscottxu/obs-r...ad/v3.1.0/obs-rtspserver-v3.1.0-linux-qt6.deb)
When i try to do the second command to install, i get this error:

Reading package list... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to find package obs-rtspserver-linux.deb

E: Unable to find any packages using glob "obs-rtspserver-linux.deb"

As i search on google, i read that i needed to use

apt install -y ./obs-rtspserver-linux.deb

and this command gives me package is read and configured

Preparations for extracting .../obs-rtspserver-linux.deb...
Extracting obs-rtspserver (3.1.0)...

Configuring obs-rtspserver (3.1.0)...

I dont know if it is installed or not. Since i use the plugin in Windows, to verify installation i open OBS, go to Tools tab and nothing appear as RTMPserver.

There is something that i do wrong in installation?

I'm on Ubuntu 24.04.02.

Thanks to who will reply!
 

turgven

New Member
I couldn't get rtspserver to work on arch either for some reason, but gstreamer did which seemingly is more advanced with lower delay so you can try to see if you can get that working as a workaround.
 
Top