I'm using a version of OBS Studio I built using these instructions:
https://github.com/johnboiles/obs-mac-virtualcam, because I wanted to use the mac virtual webcam (and it works!). But I have no idea what I was actually doing :-) -- and I can't seem to get the plugin to load (latest OBS Studio, latest version of the plugin) -- here's the log file:
07:33:35.205: os_dlopen(/Library/Application Support/obs-studio/plugins/obs-websocket/bin/obs-websocket.so->/Library/Application Support/obs-studio/plugins/obs-websocket/bin/obs-websocket.so): dlopen(/Library/Application Support/obs-studio/plugins/obs-websocket/bin/obs-websocket.so, 257): Library not loaded: @rpath/QtWidgets
07:33:35.205: Referenced from: /Library/Application Support/obs-studio/plugins/obs-websocket/bin/obs-websocket.so
07:33:35.205: Reason: image not found
07:33:35.205:
07:33:35.205: Module '/Library/Application Support/obs-studio/plugins/obs-websocket/bin/obs-websocket.so' not loaded
-- is there any easy way to point @rpath/QtWidgets where it's supposed to be pointing (here, maybe? /usr/local/Cellar/qt/5.14.2/lib/QtWidgets.framework/Versions/5/Headers/5.14.2/QtWidgets).
[and I have the same error for the obs ndi plugin]
Thanks!