Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyevinn/docker-wrtc-whep
https://github.com/eyevinn/docker-wrtc-whep
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eyevinn/docker-wrtc-whep
- Owner: Eyevinn
- Created: 2022-09-28T18:50:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T13:06:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T03:36:38.182Z (7 days ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)