From 823f1313aff40500b17272ce4deff6a620c39811 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Wed, 7 Aug 2024 03:23:02 +0000 Subject: [PATCH] added mediamtx example files --- rtsp-simple-server.yml | 6 ++++++ rtsp-simple-server.yml.old | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 rtsp-simple-server.yml.old 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