GB28181手工创建通道无法播放
SRS版本(Version): 4.0.35
SRS的日志如下(Log):
[2020-07-22 20:24:30.552][Trace][4594][303] gb28181: client id=13010100002000000115@13014109441310239901, stream idle timeout, stop!!!
[2020-07-22 20:24:30.552][Trace][4594][303] gb28181: client id=13010100002000000115@13014109441310239901 rtmp muxer is remove
[2020-07-22 20:24:30.553][Trace][4594][303] client finished.
SRS的配置如下(Config):
push gb28181 stream to SRS.
listen 1935;
max_connections 1000;
daemon off;
srs_log_level info;
srs_log_tank file;
srs_log_file ./objs/srs.log;
http_api {
enabled on;
listen 1985;
}
stats {
network 0;
}
stream_caster {
enabled on;
caster gb28181;
output rtmp://13.32.203.128:1935/live/[stream];
listen 9000;
rtp_port_min 58200;
rtp_port_max 58300;
wait_keyframe on;
rtp_idle_timeout 60;
audio_enable off;
jitterbuffer_enable on;
host 13.32.203.128;
auto_create_channel on;
sip {
enabled on;
listen 5060;
serial 13010100002000000127;
realm 1301010000;
ack_timeout 60;
keepalive_timeout 120;
auto_play on;
invite_port_fixed on;
query_catalog_interval 60;
}
}
rtc_server {
enabled on;
listen 8000;
candidate 13.32.203.128;
}
vhost defaultVhost {
gop_cache off;
queue_length 10;
chunk_size 512;
rtc {
enabled on;
bframe discard;
}
}
重现(Replay)
重现Bug的步骤(How to replay bug?)
1、点击创建通道
2、在通道ID输入13010100002000000115@13014109441310239901
期望行为(Expect)
手工创建通道可播放,或者自动创建通道可以判断出是属于哪个设备的。