Skip to content

Commit

Permalink
Update camera specific settings to make note of hikvision authenticat…
Browse files Browse the repository at this point in the history
…ion (#15552)
  • Loading branch information
NickM-27 authored Dec 17, 2024
1 parent 2461d01 commit 5acbe37
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/docs/configuration/camera_specific.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,29 @@ ffmpeg:
input_args: preset-rtsp-blue-iris
```

### Hikvision Cameras

Hikvision cameras should be connected to via RTSP using the following format:

```
rtsp://username:[email protected]/streaming/channels/101 # this is the main stream
rtsp://username:[email protected]/streaming/channels/102 # this is the sub stream
rtsp://username:[email protected]/streaming/channels/103 # some cameras support a third or fourth stream
```

:::note

[Some users have reported](https://www.reddit.com/r/frigate_nvr/comments/1hg4ze7/hikvision_security_settings) that newer Hikvision cameras require adjustments to the security settings:

```
RTSP Authentication - digest/basic
RTSP Digest Algorithm - MD5
WEB Authentication - digest/basic
WEB Digest Algorithm - MD5
```

:::

### Reolink Cameras

Reolink has older cameras (ex: 410 & 520) as well as newer camera (ex: 520a & 511wa) which support different subsets of options. In both cases using the http stream is recommended.
Expand Down

0 comments on commit 5acbe37

Please sign in to comment.