QuantumEntangledAndy / neolink

An RTSP bridge to Reolink IP cameras
GNU Affero General Public License v3.0
247 stars 39 forks source link

Can't connect to Cameras with 0.6.3-rc.1 #260

Open lifewithmatthew opened 1 month ago

lifewithmatthew commented 1 month ago

Describe the bug I was having a memory leak issue using Neolink 0.6.2 on Windows 10, so I tried to use 0.6.3-rc.1 and now the cameras will work for a frame then drop out for several minutes than randomly kick on for another frame and drop out again. I'm using B1200 cameras, Windows 10, Blue Iris 5.9.1.5, gstreamer-1.0-msvc-x86_64-1.24.3 and win64OpenSSL-3_3_0 (which did create an error message as neolink was looking for a dll using a 1.0 version of ssl and my dll was 3.3, but from what I saw elsewhere that error message could be safely ignored)

To Reproduce

  1. Create a configuration file like this: `bind = "0.0.0.0"

[[cameras]] name = "sideeast" username = "admin" password = "mypassword" address = "192.168.30.10:9000" stream = "both" discovery = "local"`

  1. Launch Neolink using the command neolink rtsp --config=neolink.toml

  2. Add Camera to BlueIris using the following settings: image

Camera show no signal (though as I was writing this after several minutes I noticed it had suddenly made a connection and at least for a minute or two has remained stable.

Expected behavior I would expect it to connect to the video stream as it does with version 0.6.2 and show the camera's stream