mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
fix(docker): build mediamtx image instead
This commit is contained in:
@@ -58,6 +58,8 @@ services:
|
||||
volumes:
|
||||
- 'hctv_redis:/data'
|
||||
mediamtx:
|
||||
image: 'srizan10/hclive-mediamtx:latest'
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/mediamtx/Dockerfile
|
||||
ports:
|
||||
- '8890:8890/udp'
|
||||
|
||||
@@ -6,11 +6,9 @@ srt: yes
|
||||
srtAddress: :8890
|
||||
|
||||
hls: yes
|
||||
hlsAddress: :8888
|
||||
hlsVariant: lowLatency
|
||||
hlsSegmentDuration: 2s
|
||||
hlsPartDuration: 500ms
|
||||
hlsAlwaysRemux: yes
|
||||
hlsSegmentCount: 10
|
||||
|
||||
authMethod: http
|
||||
|
||||
@@ -6,11 +6,9 @@ srt: yes
|
||||
srtAddress: :8890
|
||||
|
||||
hls: yes
|
||||
hlsAddress: :8888
|
||||
hlsVariant: lowLatency
|
||||
hlsSegmentDuration: 2s
|
||||
hlsPartDuration: 500ms
|
||||
hlsAlwaysRemux: yes
|
||||
hlsSegmentCount: 10
|
||||
|
||||
authMethod: http
|
||||
|
||||
Reference in New Issue
Block a user