Skip to content

Instantly share code, notes, and snippets.

@itsnebulalol
Last active November 10, 2023 21:17
Show Gist options
  • Save itsnebulalol/a301511668d2afdca8a00b75e65c8862 to your computer and use it in GitHub Desktop.
Save itsnebulalol/a301511668d2afdca8a00b75e65c8862 to your computer and use it in GitHub Desktop.
LaView NVR API (non-Hikvision rebranded)

LaView NVR API

Since there is no documentation on the API for non-Hikvision rebranded LaView NVRs, I decided to figure it out myself.

RTSP

found in Port Configuration under Network settings

rtsp://{user}:{pass}@{ip}:{port}/ch{channel}/{stream}

Replacements

  • {user} - Admin username
  • {pass} - Admin password
  • {ip} - NVR IP address
  • {port} - RTSP port in Port Configuration
  • {channel} - Camera channel
  • {stream} - 1: Main stream, 2: Sub stream, 3: Mobile stream

More coming

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment