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

OBS 28.0.0-beta1 (Mac) does not load libobs-rtspserver.so

toruishihara opened this issue · comments

I installed OBS 28.0.0-beta1 on M1 MacBook (MacOS Monterey 12.5)
I also installed obs-rtspserver by dmg installer.
This plungin locates on /Library/Application Support/obs-studio/plugins.
I am not sure this location is correct. Since other plugins locate on /Applications/OBS.app/Contents/PlugIns.

I cannot see extra menu item for RTSP server on OBS studio.

I run "/Applications/OBS.app/Contents/MacOS/OBS --verbose" from command line. But no output with rtsp.

I checked .so file dependency with "otool -L libobs-rtspserver.so". I already has Qt. It looks okay.
If I miss some dependency, I like to know.

From the OBS 28 release notes:

Unfortunately, this also means that certain plugins that depend on version 5 of Qt will no longer work when you upgrade to version 28.0 and will need to be updated.

So it appears that this plugin needs to be updated to use Qt 6 instead of Qt 5 at least.

If you like, try the beta plugin (v3.0.0-beta1) that supports OBS 28.

If you like, try the beta plugin (v3.0.0-beta1) that supports OBS 28.

I did a quick test with OBS 28.0.1 on Mac ARM64 and it works great. 🙌🏼 Thanks!