Reolink IP Camera

From KlavoWiki
Revision as of 00:07, 14 October 2024 by David (Sọ̀rọ̀ | contribs) (Created page with " left To obtain the video steam of the the Reolink cameras. RTSP, Clear and Fluent. <pre> rtsp://<username>:<password>@<camera_ip> rtsp://<username>:<password>@<camera_ip>/h264Preview_01_sub </pre> RTMP, Clear and Fluent <pre> rtmp://<camera_ip>/bcs/channel0_main.bcs?channel=0&stream=0&user=<username>&password=<password> rtmp://<camera_ip>/bcs/channel0_sub.bcs?channel=0&stream=1&user=<username>&password=<password> </pre> <br><br>Ima...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To obtain the video steam of the the Reolink cameras.

RTSP, Clear and Fluent.

rtsp://<username>:<password>@<camera_ip>
rtsp://<username>:<password>@<camera_ip>/h264Preview_01_sub

RTMP, Clear and Fluent

rtmp://<camera_ip>/bcs/channel0_main.bcs?channel=0&stream=0&user=<username>&password=<password>
rtmp://<camera_ip>/bcs/channel0_sub.bcs?channel=0&stream=1&user=<username>&password=<password>



Image capture

https://<camera_ip>/cgi-bin/api.cgi?cmd=Snap&channel=0&user=<username>&password=<password>