-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update camera specific settings to make note of hikvision authenticat…
…ion (#15552)
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|