Open SpeakingOfBrad opened 11 months ago
I know about this project https://github.com/thirtythreeforty/neolink/issues/341. I just haven't had time to implement it
just womdered if the was any progress with this? i have a battery powered reolink camera and would love to be able to check it every so often! from what im aware the neolink project has moved here now https://github.com/QuantumEntangledAndy/neolink
Not engaged in this task. And there are other tasks in the immediate plans
@AlexxIT no thats perfectly fine! i just wondered!
as is the was a bug with the neolink where it kept dropping the connection to my camera! but now it seems if i build neolink from scratch, it seems to work and not drop the connection!
keep up the amazin work tho with go2rtc! its amazing and works so much quicker in HA than HAs native camera !
Reolink's RTSP (and RTMP) stream sucks and is pretty unstable. But their own protocol is more reliable, but it's proprietary.
George Hilliard has reverse engineered Reolink's proprietary protocol and even created a software client (Neolink) to take the Reolink protocol and spit it out into an RTSP stream. (A more recently updated fork of the software is available here: https://github.com/QuantumEntangledAndy/neolink)
It would be great if this protocol was integrated directly into go2rtc!