Skip to content

EndPointCorp/docker-janus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%