Add owncast and fix rtmp routes

This commit is contained in:
Stephan Porada
2021-05-06 12:14:28 +02:00
parent 5116449f7e
commit d5915f7f61
5 changed files with 36 additions and 5 deletions

View File

@ -118,7 +118,7 @@ services:
- "--entrypoints.ts-udp.address=:9987/udp"
- "--entrypoints.ts-tcp.address=:30033"
# OSP rtmp entrypoints
- "--entrypoints.osp-rtmp.address=:1935"
- "--entrypoints.rtmp.address=:1935"
# Use this CA server for testing
# - "--certificatesresolvers.myresolver.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory"
- "--certificatesresolvers.myresolver.acme.email=${EMAIL}"