-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GB28181 国标设备NVR注册成功保活正常,但长时间后srs国标服务sip端口udp收不到数据(这个问题虽然是GB28181使用过程中产生的,但感觉跟GB28181关系不大)。 #39
Comments
碰到过 现在只能通过重新注册接口解决 |
碰到过。一天时间就出现了。 |
重新注册接口是什么意思啊?国标设备重启吗?你这确定是跟我的问题一样吗:srs的sip端口5060接收不到数据,netstat看socket是正常监听状态,抓包看设备也一直在往5060端口发信令,但是srs就是一直阻塞在srs_recvfrom接口里了,只能重启srs才能恢复正常了。 |
你这确定跟我问题一样吗?sip端口接收不到数据,只能重启srs。如果都有这么严重的bug,为什么之前没看到有人说呢?奇怪 |
和楼主问题描述一样,只不过我这边都是如下警告 |
同类似情况。现场7个摄像头,当天就会出现有部分摄像头没有画面的情况,求解~~ |
目前没有精力维护这个分支了,兄弟们自己调试一下,欢迎pr |
这个问题怎么解决啊?我也遇到了这个问题。是什么原因产生的呢? |
描述(Description)
(feature/gb28181)5.0.19
daemon on;
srs_log_tank file;#保存日志文件
srs_log_file ./objs/srs.log;
auto_play off;#关闭自动拉流
httpapi查看发现NVR掉线了,看srs日志没有任何错误,但是发现没有任何sip消息日志,使用netstat查看sip5060端口发现正常监听
着,然后使用tcpdump抓包sip端口,看到NVR一直在发送注册消息,srs没有应答;后来在SrsUdpListener::cycle()中增加日志重新测试,发现srs_recvfrom接口一直阻塞,不再接收返回数据(问题发生后,rtmp推拉流正常,其它功能没有测试)。下面有代码修改和发生问题时的日志:
重现(Replay)
期望行为(Expect)
The text was updated successfully, but these errors were encountered: