From efcd77078edb25ed211225d954245f30507d1585 Mon Sep 17 00:00:00 2001
From: Lawrence <1934378145@qq.com>
Date: 星期一, 19 十月 2020 20:45:59 +0800
Subject: [PATCH] 修改RTP端口计算方法,确保分配偶数端口

---
 src/main/resources/application.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 9271ee2..ec49789 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -46,6 +46,6 @@
     streamNoneReaderDelayMS:  1800000  # 鏃犱汉瑙傜湅澶氫箙鑷姩鍏抽棴娴�
     rtp: # 鍚敤udp澶氱鍙fā寮�
         enable: true
-        udpPortRange: 30000,300500 # 绔彛鑼冨洿
+        udpPortRange: 30000,30500 # 绔彛鑼冨洿
 
 

--
Gitblit v1.8.0