mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
GB28181: fix parse rtp-tcp failed (#2378)
* fix parse rtp-tcp failed * fix parse rtp-tcp failed Co-authored-by: cfw <fangwei.cheng@transwarp.io>
This commit is contained in:
parent
bbd7ee08d4
commit
4d6f00e6bf
4 changed files with 71 additions and 442 deletions
|
@ -33,8 +33,8 @@ stream_caster {
|
|||
# 接收设备端rtp流的多路复用端口
|
||||
listen 9000;
|
||||
# 多路复用端口类型,on为tcp,off为udp
|
||||
# 默认:off
|
||||
tcp_enable off;
|
||||
# 默认:on
|
||||
tcp_enable on;
|
||||
|
||||
# rtp接收监听端口范围,最小值
|
||||
rtp_port_min 58200;
|
||||
|
@ -64,7 +64,8 @@ stream_caster {
|
|||
|
||||
# 是否开启rtp缓冲
|
||||
# 开启之后能有效解决rtp乱序等问题
|
||||
jitterbuffer_enable on;
|
||||
# tcp模式建议关闭
|
||||
jitterbuffer_enable off;
|
||||
|
||||
# 服务器主机号,可以域名或ip地址
|
||||
# 也就是设备端将媒体发送的地址,如果是服务器是内外网
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue