Add rtmp stuff

This commit is contained in:
Stephan Porada
2021-04-30 18:35:00 +02:00
parent 995262ebb2
commit 698cef6d3d
2 changed files with 11 additions and 0 deletions

View File

@ -115,6 +115,8 @@ services:
# TS3 entrypoints
- "--entrypoints.ts-udp.address=:9987/udp"
- "--entrypoints.ts-tcp.address=:30033"
# OSP rtmp entrypoints
- "--entrypoints.osp-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}"
@ -153,6 +155,8 @@ services:
- "9987:9987/udp"
- "10011:10011"
- "30033:30033"
# OSP rtmp ports
- "1935:1935"
volumes:
# For certificate
- "./volumes/letsencrypt/acme.json:/letsencrypt/acme.json"