1
0
Fork 0
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:
cfw11 2021-05-28 21:19:05 +08:00 committed by GitHub
parent bbd7ee08d4
commit 4d6f00e6bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 71 additions and 442 deletions

View file

@ -33,8 +33,8 @@ stream_caster {
# 接收设备端rtp流的多路复用端口
listen 9000;
# 多路复用端口类型on为tcpoff为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地址
# 也就是设备端将媒体发送的地址,如果是服务器是内外网