-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.2.1] janus.plugin.audiobridge not found #3306
Comments
The video room is working. Text chat works. But if I send a request for an audio room { |
Audiobridge now has new dependency - libspeexdsp So you should install |
"/usr/local/lib/janus/plugins" no file audiobridge. Have files: libjanus_echotest.la libjanus_nosip.la libjanus_recordplay.la libjanus_sip.la libjanus_streaming.la libjanus_textroom.la libjanus_videocall.la libjanus_videoroom.la |
Related announcement is here: https://janus.discourse.group/t/new-jitter-buffer-in-the-audiobridge-important/208 |
Thank you, after adding libspeexdsp-dev the audio room started working |
I installed Janus-GateWay.
apt-get -y update &&
aptitude install -y libmicrohttpd-dev libjansson-dev
libssl-dev libsofia-sip-ua-dev libglib2.0-dev
libopus-dev libogg-dev libcurl4-openssl-dev liblua5.3-dev
libconfig-dev pkg-config libtool automake doxygen graphviz
libusrsctp-dev
libavutil-dev libavcodec-dev libavformat-dev
wget https://github.com/cisco/libsrtp/archive/v2.2.0.tar.gz &&
tar xfv v2.2.0.tar.gz &&
cd libsrtp-2.2.0 &&
./configure --prefix=/usr --enable-openssl &&
make shared_library && make install
git clone https://github.com/meetecho/janus-gateway.git &&
cd janus-gateway &&
sh autogen.sh &&
./configure --prefix=/usr/local --enable-docs --enable-post-processing &&
make &&
make install &&
make configs
Everything works except janus.plugin.audiobridge
The text was updated successfully, but these errors were encountered: