obs-rtspserver icon indicating copy to clipboard operation
obs-rtspserver copied to clipboard

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

Open toruishihara opened this issue 2 years ago • 3 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.

toruishihara avatar Aug 11 '22 05:08 toruishihara

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.

X-m7 avatar Sep 02 '22 08:09 X-m7

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

iamscottxu avatar Sep 20 '22 14:09 iamscottxu

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!

chetbox avatar Sep 20 '22 14:09 chetbox