Skip to content

Commit

Permalink
Update instructions for configuring Janus for any number of participants
Browse files Browse the repository at this point in the history
  • Loading branch information
karth295 committed May 22, 2016
1 parent 40a9b67 commit 208500b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@ sudo make install
sudo make configs
```

Configure Janus for https--edit `/opt/janus/etc/janus/janus.transport.http.cfg`:
Configure Janus for https -- edit `/opt/janus/etc/janus/janus.transport.http.cfg`:
* Under [general] set `http` to `no`
* Set `https` to yes
* Change the `secure_port` to `8089`
* Under [certificates] set your public and private keys

Configure Janus videoroom plugin -- edit `/opt/janus/etc/janus/janus.plugin.videoroom.cfg`
* Set `max_publishers` to some large number--this controls how many people can be in tawk at once

Run the Janus gateway (you might want to do this in `screen`):
```bash
sudo /opt/janus/bin/janus --interface=45.33.55.128 --cert-pem=/path/to/public.certificate --cert-key=/path/to/private.key --stun-server=stun.l.google.com:19302
Expand Down

0 comments on commit 208500b

Please sign in to comment.