diff --git a/rtsp-simple-server.yml b/rtsp-simple-server.yml index 5d4a770..d05c603 100644 --- a/rtsp-simple-server.yml +++ b/rtsp-simple-server.yml @@ -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 diff --git a/rtsp-simple-server.yml.old b/rtsp-simple-server.yml.old new file mode 100644 index 0000000..b06e1ff --- /dev/null +++ b/rtsp-simple-server.yml.old @@ -0,0 +1,13 @@ + +api: no +apiAddress: :9997 +apiEncryption: no + +paths: + mystream: + source: publisher + +webrtc: yes +webrtcAddress: :8889 +webrtcLocalUDPAddress: :8189 +webrtcEncryption: no