iamscottxu / obs-rtspserver

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

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

Closed toruishihara closed 1 year ago

toruishihara commented 1 year ago

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.

X-m7 commented 1 year ago

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.

iamscottxu commented 1 year ago

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

chetbox commented 1 year ago

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!