diff --git a/mediamtx.yml b/mediamtx.yml new file mode 100644 index 0000000..62af960 --- /dev/null +++ b/mediamtx.yml @@ -0,0 +1,20 @@ +paths: + all: + source: publisher + +srt: yes +srtAddress: :8890 + +hls: yes +hlsAddress: :8888 +hlsVariant: lowLatency +hlsSegmentDuration: 2s +hlsPartDuration: 500ms +hlsAlwaysRemux: yes +hlsSegmentCount: 10 + +authMethod: http +authHTTPAddress: http://hctv:3000/api/mediamtx/publish + +api: yes +apiAddress: :9997