This is a Frontend application to allow for viewing multiple streams at once on OpenStreamingPlatform. You can host this at a specific url and then browse to {url}/Devedse
this would show all streams on the OSP platform except the ones from Devedse.
version: '3'
services:
deveospstreamcombiner:
image: devedse/deveospstreamcombiner:latest
restart: unless-stopped
environment:
- OspUrl=https://osp.devedse.duckdns.org/
ports:
- '5006:80'
GitHubActions Builds |
---|
Docker Hub |
---|
CodeCov |
---|
SonarQube |
---|