neolink
neolink copied to clipboard
An RTSP bridge to Reolink IP cameras
Hello, I just bought a "Reolink Argus Eco" camera (with battery) from the manufacturer's website. I hadn't really read the documentation stating that RTSP / HTTPS was not available with...
As described here: https://www.happytimesoft.com/knowledge/audio-back-channel.html https://gstreamer.freedesktop.org/documentation/gst-rtsp-server/rtsp-onvif-media.html?gi-language=c
If this is the case, then THANKS!
**Describe the bug** Currently running the neolink setup on my local pc via windows using gstreamer (used the instructions provided). Was able to get a RTSP stream playing on VLC...
**Describe the bug** I installed the [Neolink docker container](https://hub.docker.com/r/thirtythreeforty/neolink/) on UnRAID OS, and set up my config.toml: ``` [[cameras]] name = "NW" username = "admin" address = "192.168.0.152:9000" ``` Docker...
Battery UDP Camera's are mostly ready for merging (#199) however currently neolink drains their battery pretty fast even when on solar power. I believe this is because. Neolink always pulls...
Hi team I may be just "doing it wrong", but I cannot get the neolink software to connect to MQTT. i have looked through all the issues, open and closed,...
#### Depends on #203 --- This PR adds an mqtt subcommand. This will allow neolink to connect to an mqtt server. - Neolink will post motion detection message to the...
**Is your feature request related to a problem? Please describe.** It would be great to control Neolink with MQTT messages in order to automate from nodered or HASS. A very...
I thought about introducing a module for v4l support in order to send the video payload to a /dev/video* device created via [v4l2loopback](https://github.com/umlaeute/v4l2loopback). This way you would get the video...