mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For 2034, GB28181: Support transport over TCP
This commit is contained in:
parent
751dab56d8
commit
fe65c7bf84
12 changed files with 807 additions and 46 deletions
|
@ -25,6 +25,9 @@ stream_caster {
|
|||
|
||||
# 接收设备端rtp流的多路复用端口
|
||||
listen 9000;
|
||||
# 多路复用端口类型,on为tcp,off为udp
|
||||
# 默认:off
|
||||
tcp_enable on;
|
||||
|
||||
# rtp接收监听端口范围,最小值
|
||||
rtp_port_min 58200;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue