OBS
OBS copied to clipboard
How to add agora plugin in existing OBS in Mac
https://github.com/AgoraIO/OBS/blob/agora-tool-ui-3.3.0/README.md
- build obs
- configure in cmake-gui
when starting obs in does not show the agora plugin
Generated successfully, but "Agora Rtc Tool" does not show in the Tool menu. I am started obs from obs-studio/build/rundir/RelWithDebInfo/bin
Am I in the correct way?
@plutoless please give me some suggestions on how to add the Agora plugin.
copy Agoraxxxx.framework to Frameworks folder under Obs copy libagora-tool-ui.so to Plugins folder under obs. copy libagora-tool-ui under data to resources/data/obs-plugins folder. then run obs, select tool in obs menu bar. There's a sub-menu item "Agora RTC Tool"
@SupranJowti did the above solution work for you?
I did build the OBS Studio first, and then proceded with the configuration, but I am still not finding 'Agora RTC Tool' under Tools Section, is there anything else needed to do? Also where exactly did we use the 'deps' folder after downloading it in the Pre-Requisites Section?