fix(docker): build mediamtx image instead

This commit is contained in:
2026-03-02 16:58:50 +01:00
parent 01514931cb
commit eccf9e5791
3 changed files with 3 additions and 5 deletions

View File

@@ -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'

View File

@@ -6,11 +6,9 @@ srt: yes
srtAddress: :8890
hls: yes
hlsAddress: :8888
hlsVariant: lowLatency
hlsSegmentDuration: 2s
hlsPartDuration: 500ms
hlsAlwaysRemux: yes
hlsSegmentCount: 10
authMethod: http

View File

@@ -6,11 +6,9 @@ srt: yes
srtAddress: :8890
hls: yes
hlsAddress: :8888
hlsVariant: lowLatency
hlsSegmentDuration: 2s
hlsPartDuration: 500ms
hlsAlwaysRemux: yes
hlsSegmentCount: 10
authMethod: http