Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ac7cc458be8309aabb580308aad271ecbf5adc3e
Authored by
Lawrence
2020-10-19 20:32:55 +0800
1 parent
d0917964
修正RTP端口上限数值
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application.yml
src/main/resources/application.yml
View file @
ac7cc45
...
...
@@ -46,6 +46,6 @@ media: #zlm服务器的ip与http端口, 重点: 这是http端口
46
46
streamNoneReaderDelayMS: 1800000 # 无人观看多久自动关闭流
47
47
rtp: # 启用udp多端口模式
48
48
enable: true
49
- udpPortRange: 30000,30
0
500 # 端口范围
49
+ udpPortRange: 30000,30
500 # 端口范围
50
50
51
51
...
...