Skip to content

Instantly share code, notes, and snippets.

@changsijay
Forked from anildigital/install_janus.sh
Created August 17, 2020 03:45
Show Gist options
  • Save changsijay/c265ef543110b0cf4d4c3078e92b94f6 to your computer and use it in GitHub Desktop.
Save changsijay/c265ef543110b0cf4d4c3078e92b94f6 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment