GithubHelp home page GithubHelp logo

wangsrgit119 / janus-webrtc-gateway-docker Goto Github PK

View Code? Open in Web Editor NEW
33.0 3.0 14.0 97 KB

Docker image for the Janus WebRTC Server;Janus docker 容器 镜像

Home Page: https://github.com/meetecho/janus-gateway

License: MIT License

Dockerfile 91.61% Shell 8.39%
docker janus-gateway nginx webrtc janus-webrtc-gateway

janus-webrtc-gateway-docker's Introduction

janus-webrtc-gateway-docker

build docker images - janus-webrtc-docker

Warning

janus officia repository

The official janus repository

New version release depends on GitHub Action

Base

modify 👇 repo, and update janus version , delete nginx-rtmp-module

https://github.com/atyenoria/janus-webrtc-gateway-docker

amd image version

janus-webrtc-gateway-docker Version Janus Version Desc
20220407 1.0.0 ------------
20220617 1.0.1 ------------
20220618 1.0.2 ------------
20220627 1.0.3 ------------
20220813 1.0.4 ------------
20221018 1.1.0 ------------
20230108 1.1.1 ------------
20230127 1.1.2 ------------
20230320 1.1.3 ------------
20230829 1.1.4 ------------
1.2.0 1.2.0 no Audio Bridge 、Lua、Duktape
1.2.0-slim 1.2.0 with Audio Bridge plugin
1.2.1-slim 1.2.1 with Audio Bridge plugin
1.2.2-slim 1.2.2 with Audio Bridge plugin

arm64 images version

janus-webrtc-docker:version janus:version
1.2.0-arm64 1.2.0
1.2.1-arm64 1.2.1
1.2.2-arm64 1.2.2

How to use

version: '1.2.0'
services:

  #
  # janus-gateway
  #
  janus-gateway:
    image: 'sucwangsr/janus-webrtc-gateway-docker:1.2.0-slim'
    #command: ["/usr/local/bin/janus", "-F", "/usr/local/etc/janus"] # only start janus 
    command: sh -c "nginx && /usr/local/bin/janus -F /usr/local/etc/janus  # if want to start nginx (port 8086)
    network_mode: "host"
    
    volumes:
      - "./conf/janus.transport.http.jcfg:/usr/local/etc/janus/janus.transport.http.jcfg"  # open adminapi config
      - "./conf/janus.jcfg:/usr/local/etc/janus/janus.jcfg"
      - "./conf/janus.eventhandler.sampleevh.jcfg:/usr/local/etc/janus/janus.eventhandler.sampleevh.jcfg"
    restart: always

Warning Before startup, please ensure your config files is ok, pay attention to comments in YAML

janus-webrtc-gateway-docker's People

Contributors

msabaeian avatar wangsrgit119 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

janus-webrtc-gateway-docker's Issues

Enable audiobridge plugin

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.

docker instance keep restarting

Hello,

I'm trying to run the janus docker on ubuntu 22.04 desktop OS. (Docker version 24.02)
However, the Janus docker instance keep restarting without success. (Please check the attached jpg file)
For the Janus conf file, i only updated the general.port of the janus.transport.http.jcfg to 8086.

Can you give me a hint to solve this problem?

Thank you!

conf.zip
docker keep restarting
docker-compose.zip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.