awadodeh / janus_erlang_wrapper_demo

Demo for a Erlang app wrapping Janus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo: Erlang wrapper for Janus

This is a demo Erlang app to demonstrate the usage of Janus. For further information regarding "why this demo?" I encourage you to read my blog post Scalable Broadcasting Using WebRTC.

The demo will expose the following endpoints:

NOTE: This demo was tested using Firefox 65 and Chrome 72.

Requirements

  • Erlang/OTP (tested with Erlang/OTP 21)
  • Docker Compose

Running Demo

First turn on Janus

make ops

Start Erlang app

make run

To stop Janus

make ops_stop

Demo

Both clients, janus-client and api-client, present the same interface and way to use so everthing explained below applies to both.

As broadcaster

  1. Start session
  2. Start handle
  3. Make room (This will fill the Room ID field)
  4. Join as publisher (This will fill the Feed ID field)
  5. Start broadcast

As viewer

To join a broadcast you need to fill the Room ID and Feed ID fields with the values set for the broadcaster.

  1. Start session
  2. Start handle
  3. Join broadcast

About

Demo for a Erlang app wrapping Janus

License:Apache License 2.0


Languages

Language:Erlang 44.4%Language:JavaScript 37.9%Language:HTML 11.6%Language:Dockerfile 5.7%Language:Makefile 0.5%