Black Screen on Reolink Cameras

Forum for questions and support relating to the 1.30.x releases only.
Locked
mgranger
Posts: 12
Joined: Thu Jun 29, 2017 9:30 pm

Black Screen on Reolink Cameras

Post by mgranger »

I have four cameras right now and I am having trouble getting two setup in Zoneminder. The two I am having trouble setting up are Reolink (one is 412 and other is a 422) I am setting them up using RTSP and I am able to get them running but after a few minutes I lose the image and the whole screen will go black. I have both cameras set up so the FPS is 2 within the camera itself. I don't really understand why this happens? Any advice on what is wrong?
mgranger
Posts: 12
Joined: Thu Jun 29, 2017 9:30 pm

Re: Black Screen on Reolink Cameras

Post by mgranger »

Here is some of the error log:

Code: Select all

2017-07-12 16:49:33.295344	zmc_m8		10601	WAR	Unexpected format RTSP interleaved data, resyncing by 723 bytes	zm_rtsp.cpp	798
2017-07-12 16:49:33.289762	zmc_m8		10601	ERR	Unexpected channel selector 104 in RTSP interleaved data	zm_rtsp.cpp	770
2017-07-12 16:49:33.274120	zmc_m8		10601	WAR	Unexpected format RTSP interleaved data, resyncing by 304 bytes	zm_rtsp.cpp	798
2017-07-12 16:49:33.266270	zmc_m8		10601	ERR	Unexpected channel selector 81 in RTSP interleaved data	zm_rtsp.cpp	770
2017-07-12 16:49:33.259749	zmc_m8		10601	WAR	135: 98 ef 59 b2 64 1c a9 38 e5 df c3 f7 f6 35 63 5b 27 85 59 07 7b 13 09 68 17 1e 96 79 46 8b 51 6d a7 9f d2 29 ff 5a a1 af 05 8f b8 c4 0c b5 40 46 1f f3 eb 4b 47 8a 69 61 76 3e 60 60 04 77 09 e2 b2 2e 6e 6d de 9d 02 b2 74 bd de 00 1b 23 72 e7 e9 8d 6f 64 56 9d 28 c7 22 2d 5e 43 02 23 d6 dc 35 54 85 52 39 3b 93 e4 1c a2 e8 a8 8f d1 36 6e f9 36 1c 7a 2a e3 be ed 50 bd 11 40 ec f4 fa 39 4d 49 70 60 a8 06 95	zm_rtsp.cpp	799
2017-07-12 16:49:33.255190	zmc_m8		10601	WAR	Unexpected format RTSP interleaved data, resyncing by 135 bytes	zm_rtsp.cpp	798
2017-07-12 16:49:33.247080	zmc_m8		10601	ERR	Unexpected channel selector 190 in RTSP interleaved data	zm_rtsp.cpp	770
2017-07-12 16:49:33.059568	zmc_m8		10601	WAR	Unexpected format RTSP interleaved data, resyncing by 575 bytes	zm_rtsp.cpp	798
2017-07-12 16:49:31.652364	zmc_m8		10601	WAR	Discarding incomplete frame 2, 0 bytes	zm_rtp_source.cpp	336
2017-07-12 16:49:31.630770	zmc_m8		10601	WAR	Discarding partial frame 2, 590386 bytes	zm_rtp_source.cpp	345
2017-07-12 16:49:31.621739	zmc_m8		10601	WAR	Packet in sequence, gap 211	zm_rtp_source.cpp	127
pgrunwald
Posts: 71
Joined: Mon Mar 06, 2017 9:26 pm

Re: Black Screen on Reolink Cameras

Post by pgrunwald »

I found that "remote" works better than "ffmpeg" long term. Also, confirm with VLC for your image sizes.

Sometimes I will lose an image and just going to the setup screen and saving without changing anything will correct the image. I think the stream gets out of sync and the decoder loses it's place.
mgranger
Posts: 12
Joined: Thu Jun 29, 2017 9:30 pm

Re: Black Screen on Reolink Cameras

Post by mgranger »

I am using remote because I found the same thing to be true. I do go into the setup screen without saving and reset to correct the image but within a few minutes it happens again. It just happens to often to be reliable
bbunge
Posts: 2930
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Black Screen on Reolink Cameras

Post by bbunge »

Reolink claims that their products are ONVIF compatible. See: https://reolink.com/3rd-party-compatibility/

Therefore you should be able to use any of several ONVIF utilities, including the Zoneminder built in, to get the camera paramaters to get to the stream. Yes, confirm the stream string with VLC and also take note of the video resolution. Ffmpeg is likely your best bet with newer cameras. Many cameras can output multiple video streams such as mpeg, jpg and h.264. With modern hi def cameras h.264 with a fram rate of 5 fps and a key frame interval of 2 to 10 seconds should be good. As always get it working with a low video resolution and work upward as you learn the impact on your server.
Locked