AgoraIO / OBS

46 stars 35 forks source link

How to add agora plugin in existing OBS in Mac #26

Open SupranJowti opened 3 years ago

SupranJowti commented 3 years ago

https://github.com/AgoraIO/OBS/blob/agora-tool-ui-3.3.0/README.md

  1. build obs
  2. configure in cmake-gui

when starting obs in does not show the agora plugin

Screen Shot 2021-04-26 at 15 56 29

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?

SupranJowti commented 3 years ago

@plutoless please give me some suggestions on how to add the Agora plugin.

sbd021 commented 3 years ago

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"

PrafulTondomker commented 2 years ago

@SupranJowti did the above solution work for you?

abhinabamitra commented 2 years ago

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?