# janus **Repository Path**: leo94666/janus ## Basic Information - **Project Name**: janus - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-02 - **Last Updated**: 2024-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```shell git init git submodule add https://gitlab.freedesktop.org/libnice/libnice thirdparty/libnice git submodule add https://github.com/sctplab/usrsctp thirdparty/usrsctp git submodule add https://libwebsockets.org/repo/libwebsockets thirdparty/libwebsockets git submodule add https://github.com/eclipse/paho.mqtt.c.git thirdparty/mqtt git submodule add https://github.com/alanxz/rabbitmq-c thirdparty/rabbitmq-c #git submodule add https://gitee.com/varlet_mirror/libsrtp.git -b v2.2.0 thirdparty/libsrtp git submodule add https://gitee.com/varlet_mirror/libsrtp.git thirdparty/libsrtp git submodule add https://github.com/meetecho/janus-gateway.git thirdparty/janus-gateway git submodule init git submodule update git submodule update --init --recursive docker exec -it /bin/bash docker run -it --name janus-docker janus-docker /bin/bash docker-compose -f lnmp.yaml up docker run --name janus-nginx -p 8080:80 -v C:\Users\Administrator\Desktop\janus\thirdparty\janus-gateway\html:/usr/share/nginx/html:ro -d nginx ``` https://github.com/canyanio/janus-gateway-docker/blob/master/Dockerfile