ZoneMinder / zoneminder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
4.93k stars 1.2k forks source link

zm_rtsp_server pending #3405

Open HaoLVb opened 2 years ago

HaoLVb commented 2 years ago

Describe Your Environment Version of ZoneMinder : 1.37.6 How you installed ZoneMinder : from deb Full name and version of OS : Ubuntu 20.04

Describe the bug: I can't watch live view even though the service zm_rtsp_server is still running. I am pending in here and connection timed out Screenshot from 2022-01-05 16-39-11 But when I restart rtsp_server: sudo -u www-data zmdc.pl restart zm_rtsp_server, I can watch live view

connortechnology commented 2 years ago

Will need zm_rtsp_server logs from when it wasn't responding.

I recently merged an upstream patch for a case where a long running rtsp_server could run out of file handles. Is this a long running zm_rtsp_server that displays the problem?

HaoLVb commented 2 years ago

Yes, this is a long running zm_rtsp_server that displays the problem but zm_rtsp_server.log has no log when it happens. Is your merge available on version 1.37.7? if yes, i will test it again

connortechnology commented 2 years ago

rtsp server code received more updates in current master. Please test.

connortechnology commented 2 years ago

Has there been any improvement?