-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmediamtx.yml
55 lines (46 loc) · 951 Bytes
/
mediamtx.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This Config file is reduced to the min required use case for COTAK
# View: https://github.com/bluenviron/mediamtx/blob/main/mediamtx.yml
# For full MediaMTX Config Options
logLevel: info
logDestinations: [stdout]
readTimeout: 10s
writeTimeout: 10s
writeQueueSize: 512
udpMaxPayloadSize: 1472
authMethod: internal
authInternalUsers:
- user: management
pass: testingPassword
permissions:
- action: publish
- action: read
- action: playback
- action: api
- action: metrics
- action: pprof
- user: any
api: yes
apiAddress: :9997
apiEncryption: no
apiAllowOrigin: '*'
apiTrustedProxies: []
playback: no
rtsp: yes
protocols: [tcp]
encryption: "no"
rtspAddress: :8554
rtspsAddress: :8322
rtspAuthMethods: [basic]
rtmp: yes
rtmpAddress: :1935
rtmpEncryption: "no"
rtmpsAddress: :1936
hls: yes
hlsAddress: :8888
hlsEncryption: no
webrtc: no
webrtcAddress: :8889
webrtcEncryption: no
webrtcAllowOrigin: '*'
srt: yes
srtAddress: :8890