feat(docker): expose SRT (9000/udp) and RTMP (1935/tcp) ports on capture service
This commit is contained in:
parent
78b1f3482f
commit
7aa07c6708
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue