Page 5 of 5

Re: Reolink RLC-410 Data Streams

Posted: Mon Aug 02, 2021 7:59 pm
by Reeko
hi,
I also tried
Livvlc
as a source type

nothing works for me.

Re: Reolink RLC-410 Data Streams

Posted: Thu Sep 02, 2021 6:54 am
by Reeko
Anyone? :wink:

Re: Reolink RLC-410 Data Streams

Posted: Fri Jan 20, 2023 11:19 pm
by Arka1234
Hello fellas!

I created account to post how to get streams on RLC-410 on new firmware.

RTSP and RTMP protocols are :!: DISABLED :!: by default on new cameras.
Settings are dig deep so there is guide:

1.Log on camera via browse and go to settings
2.Then networks settings.
3.Then advanced.
4.Then port settings.
5.Then enable RTMP or/and RTSP :D

Re: Reolink RLC-410 Data Streams

Posted: Sat Jan 21, 2023 11:13 pm
by joseph85750
Glad to see a recent post!
I just upgraded my ZoneMinder to the latest greatest.
I can get all my cameras to work except for 1: Reolink RLC-410W

Before upgrading, I took screenshots of all my settings. I got my other cameras to work right away, but for some reason this one fails to connect.
Has something changed in the way I need to define this camera?
I've not changed anything on my camera.

Previously, I had the following settings which I mapped over:
General: all default except Source Type: Remote

Source: Protocol RTSP
Method: RTP/RTSP
Hostname: user:password@ip.of.camera
Port: port on camera
Path: /h264Preview_01_sub
Resoution: 640 460 640x480

I noticed an extra field on the newer ZoneMinder: ONVIF. I did nothing with this

Re: Reolink RLC-410 Data Streams

Posted: Mon Jan 23, 2023 2:05 pm
by joseph85750
Disregard.
I went to the very first post in this thread and set up the camera THAT way. Works again!
No idea why/how it worked all this time with the settings I had originally set, but it works now.

Re: Reolink RLC-410 Data Streams

Posted: Sun Jul 30, 2023 4:08 am
by marsk
I'm trying to migrate from one ZM server to another.

The old one is running ZM v1.34.26 and the new one v1.36.12.
The OS is Ubuntu server.
The cameras are Reolink RLC-410-5MP.

I'm trying to migrate from one ZoneMinder server to another. There won't be any data migrated, only the functions. The old ZM server is v1.34.26 and installed on Ubuntu 20.04, while the new one is ZM v1.36.12 and installed on Ubuntu 22.04.

There's one problem with the new server: Reolink RLC-410-5MP cameras will not display any image with the same settings as in the old server. ZM can connect to the RLC-410, and you can see that it captures data, but there's no image. If you trigger an alarm and go to the frame-by-frame page in the UI, you can see thumbnails of each frame, but nothing more than that.
I can catch the video stream in VLC with the same connection string as in the old server.

Any idea what might be causing this problem?

//marsk

Re: Reolink RLC-410 Data Streams

Posted: Sun Jul 30, 2023 6:46 am
by Magic919
Are you using the settings in the opening post of this thread?

Re: Reolink RLC-410 Data Streams

Posted: Tue Aug 01, 2023 10:43 am
by marsk
Tank's for answering

Yes
rtsp://admin:password@10.20.20.95:554/h264Preview_01_main

I have treed a lot of them:
rtsp://admin:password@10.20.20.95:554/h264Preview_01_main
http://10.20.20.95/cgi-bin/api.cgi?cmd= ... d=password
rtmp://10.20.20.95/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password

ZMCapture.JPG
ZMCapture.JPG (65.5 KiB) Viewed 74695 times


(this is the one that works in the oled server v1.34.26
rtmp://10.20.20.95/bcs/channel0_main.bcschannel=0&stream=0&user=admin&password=password)

//marsk

Re: Reolink RLC-410 Data Streams

Posted: Tue Aug 01, 2023 10:49 am
by marsk
This is not working either:

ZM2Capture.JPG
ZM2Capture.JPG (62.61 KiB) Viewed 74695 times

//marsk

Re: Reolink RLC-410 Data Streams

Posted: Tue Aug 01, 2023 10:58 am
by marsk
As you can see is it captur some sort of image.
ZM3Capture.JPG
ZM3Capture.JPG (79.85 KiB) Viewed 74695 times
//marsk

Re: Reolink RLC-410 Data Streams

Posted: Tue Aug 01, 2023 4:46 pm
by Magic919
Looks like the capture is crashing. I’d expect the logs to reflect it.

Re: Reolink RLC-410 Data Streams

Posted: Tue Aug 01, 2023 5:02 pm
by dougmccrary
marsk, it may help to set colorspace to 32…
Counterintuitive, but allegedly faster.

Re: Reolink RLC-410 Data Streams

Posted: Thu Aug 10, 2023 8:10 am
by marsk
Hi
I have reinstalled the server (v1.36.33) and now it works with following connection string "rtsp://admin:password@10.20.20.95:554/h264Preview_01_main" for the Reolink RLC-410-5MP.

I couldn't find any official docker image, so I have to install it on a new server.

Thanks for all help.

//marsk