An open API service indexing awesome lists of open source software.

https://github.com/elmisback/webrtc-perf


https://github.com/elmisback/webrtc-perf

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Starting the host lookup server
See https://github.com/elmisback/auth-rtc. If you would prefer to use the public host lookup server, set the `SIGNALLING_HOSTNAME` environment variable to `auth-rtc.strcat.xyz:443`.

# Starting the signaling server
```bash
node host.js [--key ]
```

# Starting a peer
```bash
node client.js --host-key .pub --id
```
Wait for the peer to finish connecting. This may take a moment or may fail if the signaling server is behind a NAT.

# Starting the control server
```bash
node control_server.js --host-key .pub
```