feat(docker): expose SRT (9000/udp) and RTMP (1935/tcp) ports on capture service

This commit is contained in:
Zac Gaetano 2026-05-16 08:21:21 -04:00
parent 78b1f3482f
commit 7aa07c6708

View file

@ -54,6 +54,8 @@ services:
- mam-api
ports:
- "7433:3001"
- "1935:1935" # RTMP ingest (listener mode)
- "9000:9000/udp" # SRT ingest (listener mode)
privileged: true
environment:
S3_ENDPOINT: ${S3_ENDPOINT}