From 76817b8c752b12030ab285bcb5b2effebfa9a248 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期六, 26 八月 2023 17:29:14 +0800
Subject: [PATCH] 流媒体增加webrtc和rtmp协议推拉流

---
 lib/mediamtx/mediamtx.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/mediamtx/mediamtx.yml b/lib/mediamtx/mediamtx.yml
index ae9757b..c26403a 100644
--- a/lib/mediamtx/mediamtx.yml
+++ b/lib/mediamtx/mediamtx.yml
@@ -105,7 +105,7 @@
 # RTMP parameters
 
 # Disable support for the RTMP protocol.
-rtmpDisable: yes
+rtmpDisable: no
 # Address of the RTMP listener. This is needed only when encryption is "no" or "optional".
 rtmpAddress: :1935
 # Encrypt connections with TLS (RTMPS).
@@ -181,7 +181,7 @@
 # WebRTC parameters
 
 # Disable support for the WebRTC protocol.
-webrtcDisable: yes
+webrtcDisable: no
 # Address of the WebRTC listener.
 webrtcAddress: :8889
 # Enable TLS/HTTPS on the WebRTC server.

--
Gitblit v1.9.3