Giter VIP home page Giter VIP logo

janus-docker's Introduction

-*- mode: org; mode: visual-line; -*-

janus-docker

Docker build for janus-gateway.

Usage

  • When launched, starts Janus and a web server for bundled content
  • There are two UDP-based streaming sources via gstreamer: testcard is a test video, while test-stream attaches to a public H.264/RTP video stream - use supervisor to launch one or the other
  • Access the Docker via a shell with docker exec -it janus bash
  • Check Janus status at http://localhost:8088/janus/info
  • Check (and control) supervisor processes at http://localhost:9003
  • Local web server for prepackaged Janus demos at http://localhost:8000 (which attaches to Janus at :8088)

Test Streams

  • rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/definst/mp4:bigbuckbunnyiphone_400.mp4
  • rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov

Links

Issues

  • DNS problem building on Debian. Enable 8.8.8.8 / 8.8.4.4 as described here. (Also - hack - added --no-cache to build.sh.)

Other

  • Clean up:
docker ps --no-trunc -aqf "status=exited" | xargs docker rm
docker images --no-trunc -aqf "dangling=true" | xargs docker rmi

janus-docker's People

Contributors

cassiel avatar

Watchers

 avatar James Cloos avatar

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.