neolink icon indicating copy to clipboard operation
neolink copied to clipboard

An RTSP bridge to Reolink IP cameras

Results 101 neolink issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

enhancement

**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...

bug

**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...

bug

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...

enhancement

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,...

bug

#### 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...

enhancement

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...