Skip to content

Instantly share code, notes, and snippets.

@hyuni
Forked from anildigital/install_janus.sh
Created September 9, 2018 06:45
Show Gist options
  • Save hyuni/e39db2212553349a1f365d770544e4d9 to your computer and use it in GitHub Desktop.
Save hyuni/e39db2212553349a1f365d770544e4d9 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 [email protected]: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