Group Discussion regarding Reolink cams #154
GhostlyCrowd
started this conversation in
Ideas
Replies: 1 comment
-
Link to an api for these cameras https://github.com/ReolinkCameraAPI/reolinkapipy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working on getting better Standalone reolink cam support worked out. I'm not a pro so this is a discussion thread for us to have a group think about it.
Here are the basics that the cameras support.
*They have an API that can be probed for motion detection (this is already working)
*They have a proper snapshot url, that also supports calling a specified resolution for the jpeg
*They support RTSP RTMP and HTTP FLV streaming natively (Main, Ext and Sub). (this might be very useful as maybe we can pipe the FLV stream directly to the cam proxy and to the Protect system. I'm actually sending the cam proxy as it stands now the flv stream. Recording works but no live view. ffmpeg also seems to be happy with the stream its also outputs its frame rate so no need for h264_metadata injection "tickrate" no weird errors or warnings at all.
*ffprobe output of the main flv stream
Beta Was this translation helpful? Give feedback.
All reactions