Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

NEOLINK docker installation to support reolink ip camera

2
4
NAS
DS411Slim, DS233, DS620Slim
Operating system
  1. macOS
Mobile operating system
  1. iOS
Dear SynoForum,

I have bought 3 reolink argus eco ip camera, which doesn't support natively RTSP so I'm not able to record the video on my synology DS233, does anyone can help me with some indications step by step to install the docker on this new container manager.


best regards
/F
 
Last edited:
Finally

I did it
1690271285334.png


let me try to explain what was going on

DS223 have an arm processor so there is no way to make the standard GitHub - thirtythreeforty/neolink: An RTSP bridge to Reolink IP cameras works.

i have tried multiple alternative and the best to me (because once it works I won't touch anymore) was using the
1690271455326.png


i create a folder in my /volume1/docker folder called neolink, and inside via ssh directly on the nas i create and configure a file called config.toml (not call it neolink) with the following content
1690271577858.png

Code:
bind = "0.0.0.0"

 [[cameras]]
 name = "CAM1"
 username = "admin"
 password = "yourpassword"
 uid = "xxxxxxxx"
# address = "192.168.x.y"
 stream = "mainStream"
 permitted_users = [ "anyone" ]
 channel_id = 0

 [[cameras]]
 name = "CAM2"
 username = "admin"
 password = "yourpassword"
# net = "host"
 uid = "yyyyyyyy"
# address = "192.168.x.z"
 stream = "mainStream"
 permitted_users = [ "anyone" ]
 channel_id = 1

[[users]]
 name = "admin"
 pass = "your rstp password "

because my ip cameras are battery i have to use the UID, if their would not be at batteries the Ip address would have works fine.
channel_id is also important if you have more than 1 camera on the same docker/nas ip address

the important think is when you install the downloaded images please:
  1. add the web port (so you must have installed the web station
    1690271861978.png
  2. then choose HOST as network
    1690271925162.png
  3. map the config.toml to the path /etc/neolink.toml
    1690272085016.png
in this way the configuration file is passed to the neolink program as per configuration
the you will get a popup to configure a web station portal which i ignored i only checked that the web services was added.
1690272210332.png


then your start your container and the path RSTP should be available to be added via surveillance station
1690272457664.png


where DS223 is the fqdn or ip of you NAS where the docker is in installed

good luck
 

Attachments

  • 1690271906284.webp
    1690271906284.webp
    33.9 KB · Views: 94
  • 1690272067897.webp
    1690272067897.webp
    12.7 KB · Views: 83
  • 1690272361721.webp
    1690272361721.webp
    30.1 KB · Views: 76

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Popular tags from this forum

Thread Tags

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending content in this forum

Back
Top