Difference between revisions of "Reolink"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 5: Line 5:
===RLC-433===
===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:
<pre>
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 Type: ffmpeg
Line 31: Line 32:
Maximum Bitrate: 160
Maximum Bitrate: 160
H2.64 Profile: Base
H2.64 Profile: Base
 
</pre>
Ref: https://forums.zoneminder.com/viewtopic.php?f=14&t=30078
Ref: https://forums.zoneminder.com/viewtopic.php?f=14&t=30078

Revision as of 13:27, 24 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