Created
June 7, 2021 11:09
-
-
Save 10goo/bee11970dc5d7b1c9cc01835e1d36ee7 to your computer and use it in GitHub Desktop.
[Hikvision RTSP link] Link to access rtsp stream for Hikvision IP cameras #hikvision #rtsp
This file contains hidden or 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
rtsp://<address>:<port>/Streaming/Channels/<id> | |
<address> - DDNS or IP for the system | |
<port> - RTSP port (typically 554) | |
<id> - streaming channel - for example “101” would be channel 1 and stream #1 (mainstream). Changing the <id> to 102 would create channel 1 and stream #2. 201 would produce the channel #2 of the NVR and mainstream and 202 would produce channel #2 and substream. | |
Example: rtsp://192.168.1.210:554/Streaming/Channels/101 | |
This RTSP stream would mainstream channel 1 on an NVR at 192.168.1.210. | |
You can also encode credentials into the URL by entering it prior to the IP address - for example. | |
Example URL: rtsp://admin:12345@192.168.1.210:554/Streaming/Channels/101 will bring up mainstream for channel 1, where admin is the username and 12345 is the password. | |
rtsp://htanko@192.168.2.75:554/Streaming/Channels/102 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment