added mediamtx example files
This commit is contained in:
parent
f30acbcd76
commit
823f1313af
2 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
webrtcAdditionalHosts: [localhost, 0.0.0.0, 127.0.0.1, 10.0.0.114]
|
||||
|
||||
logLevel: debug
|
||||
webrtcLocalTCPAddress: :8188
|
||||
api: yes
|
||||
|
||||
paths:
|
||||
mystream:
|
||||
source: publisher
|
||||
|
|
13
rtsp-simple-server.yml.old
Normal file
13
rtsp-simple-server.yml.old
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
api: no
|
||||
apiAddress: :9997
|
||||
apiEncryption: no
|
||||
|
||||
paths:
|
||||
mystream:
|
||||
source: publisher
|
||||
|
||||
webrtc: yes
|
||||
webrtcAddress: :8889
|
||||
webrtcLocalUDPAddress: :8189
|
||||
webrtcEncryption: no
|
Loading…
Reference in a new issue