Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created April 7, 2017 10:00
Show Gist options
  • Save anildigital/7c63b4e526017cea631db87d0cefefd0 to your computer and use it in GitHub Desktop.
Save anildigital/7c63b4e526017cea631db87d0cefefd0 to your computer and use it in GitHub Desktop.
Install Janus WebRTC Gateway on macOS
brew install jansson libnice openssl libusrsctp libmicrohttpd libwebsockets cmake rabbitmq-c sofia-sip opus libogg glib pkg-config gengetopt
wget https://github.com/cisco/libsrtp/archive/v1.5.4.tar.gz
tar xvf v1.5.4.tar.gz
cd libsrtp-1.5.4
./configure --prefix=/usr/local/libsrtp
make
sudo make install
git clone git@github.com:meetecho/janus-gateway.git
sh autogen.sh
./configure --prefix=/usr/local/janus --enable-post-processing PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig
make
make install
make configs
@SumitKumar-FrontEndDeveloper

HOw to run after setup ?

@ClosetGeek-Git
Copy link

This is awesome. Thank you!

@Djain1764
Copy link

hey @ClosetMonkey , Are you able to use janus in mac using whatever is written in above comments ?
Can you please help me out , I am not able to run this script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment