Difference between revisions of "Reolink"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 47: Line 47:
Source Path: rtmp://10.0.0.165:1935/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password
Source Path: rtmp://10.0.0.165:1935/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password
Method: UDP
Method: UDP
</pre>
If you want audio with the video recordings place this in the "Options" field of the "Source" tab:
<pre>
allowed_media_types=video,audio
</pre>
And use this option in the "Video Writer" field of the "Storage" tab:
<pre>
H264 Camera Passthrough
</pre>
</pre>

Revision as of 22:09, 28 October 2020

RLC-410

There is a lengthy forum thread here: https://forums.zoneminder.com/viewtopic.php?f=10&t=25874

RLC-433

Soooo, after lots of reading and just as much trial and error, I came up with this config that seems to work best:

Source Type: ffmpeg
Source Path: rtmp://10.0.0.165:1935/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password
Method: UDP
Options: reorder_queue_size=5000,allowed_media_types=video,buffer_size=10000000
Capture Resolution: 640x480
Controllable: yes
Control Address: admin:password@10.0.0.165:8000
Auto Stop Timeout: 0.25

The high quality stream is "channel0_main", the low quality on "channnel0_sub". Strangely, the high quality channnel only works when I put the low quality resolution. So instead of 2560x1920 I need to put 640x480. That was a hard thing to find.

On the camera the following settings seem to provide the best results in ZM:

Clear Stream:
Resolution: 2560x1920
Frame Rate: 30
Maximum Bitrate: 6144
H2.64 Profile: Base

Fluent Stream:
Resolution: 640x480
Frame Rate: 7
Maximum Bitrate: 160
H2.64 Profile: Base

Ref: https://forums.zoneminder.com/viewtopic.php?f=14&t=30078

RLC-520

REOLINK-PoE-IP-Camera-Outdoor-5MP-rlc-520.jpg

REOLINK PoE IP Camera Outdoor 5MP

https://amzn.to/2J7OrqG

Source Type: ffmpeg
Source Path: rtmp://10.0.0.165:1935/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password
Method: UDP

If you want audio with the video recordings place this in the "Options" field of the "Source" tab:

allowed_media_types=video,audio

And use this option in the "Video Writer" field of the "Storage" tab:

H264 Camera Passthrough