sorayuki / obs-multi-rtmp

OBS複数サイト同時配信プラグイン
https://sorayuki.github.io/obs-multi-rtmp/
GNU General Public License v2.0
3.28k stars 469 forks source link

Macos not Work #379

Closed nio74 closed 7 months ago

nio74 commented 7 months ago

Hello In Macos arm not work

sorayuki commented 7 months ago

It's probably the problem that directory structure the script generated. I'll have a look at it after dealing with the same problem in Linux

jat001 commented 7 months ago

obs searches ~/Library/Application\ Support/obs-studio/plugins. but the installer installed to /Library/Application\ Support/obs-studio/plugins. so just make a symbolic link: ln -s /Library/Application\ Support/obs-studio/plugins ~/Library/Application\ Support/obs-studio

nio74 commented 7 months ago

obs searches ~/Library/Application\ Support/obs-studio/plugins. but the installer installed to /Library/Application\ Support/obs-studio/plugins. so just make a symbolic link: ln -s /Library/Application\ Support/obs-studio/plugins ~/Library/Application\ Support/obs-studio

thanks now work