docker-wrtc-whpp
September 16, 2022 ยท View on GitHub
Docker container of a WHPP endpoint based on @eyevinn/wrtc-egress library.
Example docker-compose file:
version: "3.7"
services:
egress:
image: eyevinntechnology/wrtc-whpp:latest
network_mode: "host"
environment:
- PORT=8200
- EXT_PORT=8200
- SMB_URL=http://<SMB-HOST>:8280/conferences/
- SMB_API_KEY=example
Configuration
Default configuration can be changed by setting these environment variables:
PORTEXT_PORTHOSTNAMEUSE_HTTPSSMB_URLSMB_API_KEYPREFIX(default is/whpp)