Skip to content

EndPointCorp/docker-janus

This branch is 28 commits ahead of, 4 commits behind DamonOehlman/docker-janus:master.

Repository files navigation

docker-janus

Run up a janus-gateway instance using docker.

Streaming test

  1. Install docker and GStreamer 1.0.

  2. Build this image with make image

  3. Run the Janus server with make run. This will forward some ports: 8088/tcp (HTTP), 8188/tcp (WebSocket), 6000/udp (RTP)

  4. Run ./gst_test.sh to start sending RTP to Janus.

  5. Start an HTTP server in webapps/ and browse to the index. You should see a test pattern.

About

A dockerfile and supporting scripts for building a janus (see https://github.com/meetecho/janus) instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • Shell 2.0%
  • HTML 1.9%
  • Other 0.9%