Created
April 7, 2017 10:00
-
-
Save anildigital/7c63b4e526017cea631db87d0cefefd0 to your computer and use it in GitHub Desktop.
Install Janus WebRTC Gateway on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This is awesome. Thank you!
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
HOw to run after setup ?