This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Files
unifi-cam-proxy/docs/docs/configuration/reolink_nvr.md
Liam e8f72ea949
Some checks failed
📚 Deploy Documentation / deploy (push) Has been cancelled
bob
2024-03-02 11:37:04 +00:00

970 B

sidebar_position
sidebar_position
5

Reolink NVR

Options

optional arguments:
  -h, --help            show this help message and exit
  --ffmpeg-args FFMPEG_ARGS, -f FFMPEG_ARGS
                        Transcoding args for `ffmpeg -i <src> <args> <dst>`
  --rtsp-transport {tcp,udp,http,udp_multicast}
                        RTSP transport protocol used by stream
  --username USERNAME, -u USERNAME
                        NVR username
  --password PASSWORD, -p PASSWORD
                        NVR password
  --channel CHANNEL, -c CHANNEL
                        NVR camera channel
  • Supports full time recording
  • Supports motion events
  • Supports smart detection
  • Notes:
    • Camera/channel IDs are zero-based
unifi-cam-proxy --mac '{unique MAC}' -H {Protect IP} -i {Reolink NVR IP} -c /client.pem -t {Adoption token} \
    reolink_nvr \
    -u {username} \
    -p {password} \
    -c {Camera channel}