fix: set DELTACAST_PORT_COUNT=8, add deltacast4-7 devices
This commit is contained in:
parent
ad863c1ed5
commit
36a1e4a80e
1 changed files with 5 additions and 1 deletions
|
|
@ -12,13 +12,17 @@ services:
|
||||||
- "/dev/deltacast1:/dev/deltacast1"
|
- "/dev/deltacast1:/dev/deltacast1"
|
||||||
- "/dev/deltacast2:/dev/deltacast2"
|
- "/dev/deltacast2:/dev/deltacast2"
|
||||||
- "/dev/deltacast3:/dev/deltacast3"
|
- "/dev/deltacast3:/dev/deltacast3"
|
||||||
|
- "/dev/deltacast4:/dev/deltacast4"
|
||||||
|
- "/dev/deltacast5:/dev/deltacast5"
|
||||||
|
- "/dev/deltacast6:/dev/deltacast6"
|
||||||
|
- "/dev/deltacast7:/dev/deltacast7"
|
||||||
volumes:
|
volumes:
|
||||||
- recordings:/recordings
|
- recordings:/recordings
|
||||||
- /tmp/hls:/tmp/hls
|
- /tmp/hls:/tmp/hls
|
||||||
environment:
|
environment:
|
||||||
- FFMPEG_PATH=/usr/bin/ffmpeg
|
- FFMPEG_PATH=/usr/bin/ffmpeg
|
||||||
- RECORDING_DIR=/recordings
|
- RECORDING_DIR=/recordings
|
||||||
- DELTACAST_PORT_COUNT=4
|
- DELTACAST_PORT_COUNT=8
|
||||||
- SRT_ENABLED=true
|
- SRT_ENABLED=true
|
||||||
- SRT_LATENCY=5000
|
- SRT_LATENCY=5000
|
||||||
- PORT=8000
|
- PORT=8000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue