wangsrGit119 / janus-webrtc-gateway-docker

Docker image for the Janus WebRTC Server;Janus docker 容器 镜像
https://github.com/meetecho/janus-gateway
MIT License
40 stars 14 forks source link

Enable audiobridge plugin #3

Closed EmadHelmi closed 8 months ago

EmadHelmi commented 1 year ago

Hi. First of all, thank you for preparing this helpful Dockerfile. I want to enable the audiobridge plugin but I don't know how. In the compose file I just put this line ./configs/janus/used/janus.plugin.audiobridge.jcfg:/usr/local/etc/janus/janus.plugin.audiobridge.jcfg but nothing happens and when I exec in the container and check the plugin directory there's no audiobridge plugin shared object(so) file. But by default, for example, the videoroom plugin .so file is present.

wangsrGit119 commented 1 year ago

I build new image version ,you can try 1.2.0-slim

docker pull sucwangsr/janus-webrtc-gateway-docker:1.2.0-slim

20230924161619

EmadHelmi commented 1 year ago

Thank you, man! You saved my time. Does it contain all the plugins? And is your Dockerfile public? If yes, I want to have it to build any other plugins for my janus image.

wangsrGit119 commented 1 year ago

image