Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eyevinn/docker-wrtc-whep


https://github.com/eyevinn/docker-wrtc-whep

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# docker-wrtc-whep

Docker container of a WHEP endpoint based on `@eyevinn/wrtc-egress` library.

Example docker-compose file:

```
version: "3.7"

services:
egress:
image: eyevinntechnology/wrtc-whep:latest
network_mode: "host"
environment:
- PORT=8200
- EXT_PORT=8200
- SMB_URL=http://:8280/conferences/
- SMB_API_KEY=example
```

## Configuration

Default configuration can be changed by setting these environment variables:
- `PORT`
- `EXT_PORT`
- `HOSTNAME`
- `USE_HTTPS`
- `SMB_URL`
- `SMB_API_KEY`
- `PREFIX` (default is `/whep`)