Hikvision RTSP Stream URLs - IP CCTV Forum For IP Video, Network Cameras & CCTV Software

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

23/8/23, 11:54 Hikvision RTSP Stream URLs | IP CCTV Forum for IP Video, network cameras & CCTV software

 01304 827609 info@use-ip.co.uk  Find us Blog About us Help & Info

New posts Search forums

Forums  Manufacturer Specific Forums  Hikvision 

Hikvision RTSP Stream URLs


 Kieran ·  Sep 29, 2016 ·  rtsp stream

Sep 29, 2016  #1

We're asked quite frequently what the RTSP URLs are for Hikvision cameras, in order to use a program like VLC to decode the
stream directly from the camera, or perhaps to instead embed the stream into a web page.
Shop Forums  What's new  Members  Log in Register 
Kieran
Knows a LOT of stuff
Many VMS programs require you manually add the RTSP stream from the camera, in which case you'll need to know
Hikvision's RTSP format.
Trusted Member

Messages: 436
Points: 28
Below are the RTSP URLs for some common actions as of the time of posting (Hikvision have changed format couple of times
in the past).

_____________________________​

Live View URL

rtsp://<address>:<port>/Streaming/Channels/<id>/
rtsp://<username>:<password>@<address>:<port>/Streaming/Channels/<id>/

Where <address> is the IP address of your camera, <port> is the RTSP port of the camera, and <username> and <password>
refer to the login credentials of your camera.

Using the first format, you will be asked to login and verify your credentials before being allowed to view the stream.
Using the second format, you will automatically login when requesting the stream

<id> refers to the channel number and stream type of the camera. For example, an <id> of 101 refers to channel #1 (first
digit, 1xx) using the main stream (second and third digits, x01).

Typically, you'll use a program such as VLC Media Player to decode the RTSP stream.

Examples below.

Main Stream
rtsp://192.168.1.100:554/Streaming/Channels/101/
rtsp://admin:examplepass123!@192.168.1.100:554/Streaming/Channels/101/

Sub Stream
rtsp://192.168.1.100:554/Streaming/Channels/102/
rtsp://admin:examplepass123!@192.168.1.100:554/Streaming/Channels/102

_____________________________​

Take a snapshot via HTTP URL

https://www.use-ip.co.uk/forum/threads/hikvision-rtsp-stream-urls.890/ 1/5
23/8/23, 11:54 Hikvision RTSP Stream URLs | IP CCTV Forum for IP Video, network cameras & CCTV software

http://<username>:<password>@<address>:<httpport>/Streaming/Channels/1/picture

Where <username> and <password> are the login credentials of the camera in question, and <address> and <httpport> are
the IP address of the camera and its HTTP port (default 80).

The above URL will present a snapshot of the camera's current live view. Typically, this is used to embed a regular snapshot
based on a time interval on a web page, but there are of course many things you can do with the URL.

For example
http://admin:examplepass999!@192.168.0.150:80/Streaming/Channels/1/picture

_____________________________

This is only a brief look at a couple of commands available to you via RTSP or HTTP URLs. For further reading, I'd strongly
recommend you take a look at the Integration and Development Materials section on the Hikvision European download portal
which goes into greater detail.

Nov 23, 2018  #2

B The fix for rtsp failure on hikvision is to disable stream encryption from platform access under network settings. This has to be
done directly on the DVR

billyqureshi
Member
Messages: 9
Phil
Points: 3

Nov 26, 2018  #3

I forgot - you can only disable it from a direct-connected monitor - please see the last paragraph in this earlier post:
HikVision NVR "Invalid encryption key" error message
Phil
Administrator
Staff member

Trusted Member

Messages: 4,780
Points: 113

Apr 4, 2020  #4

I thought I would post here in case anyone else is trying to get a snapshot from the Hikvision DS-7604NI-K1 / 4P(B) NVR.

The URL is slightly different than posted above.


Pointy
New Member http://<username>:<password>@<address>:<httpport>/ISAPI/Streaming/Channels/<channel>/picture
Messages: 2
Points: 3
Use 101 for channel 1, 201 for 2 etc.

So an example for channel 1, might look something like this...

http://admin:mypassword@192.168.0.100:80/ISAPI/Streaming/channels/101/picture

Using this URL and a custom desktop gadget I am able to view my cameras from my desktop.

https://www.use-ip.co.uk/forum/threads/hikvision-rtsp-stream-urls.890/ 2/5
23/8/23, 11:54 Hikvision RTSP Stream URLs | IP CCTV Forum for IP Video, network cameras & CCTV software

Phil

Apr 4, 2020  #5

All my 25fps main stream RTSP feeds open quickly in VLC apart from my DS-KD8003-IME1 video intercom door station
camera which can take over 30 seconds to open. Anyone know if this is fixable? (Using a real static IP, very fast connections
and a Mac.)
macman
Gives a lot of help
Trusted Member

Messages: 332
Points: 28

Apr 29, 2020  #6

S Lower I-frame... disable h.264+/h.265+... use secondary stream (no /101/ in the end of url but /102/)...

steve1225
Member
Messages: 11
Points: 3

https://www.use-ip.co.uk/forum/threads/hikvision-rtsp-stream-urls.890/ 3/5
23/8/23, 11:54 Hikvision RTSP Stream URLs | IP CCTV Forum for IP Video, network cameras & CCTV software

Apr 30, 2020  #7

T Pointy said: 

I thought I would post here in case anyone else is trying to get a snapshot from the Hikvision DS-7604NI-K1 / 4P(B) NVR.
Tricky
Active Member The URL is slightly different than posted above.
Messages: 34
Points: 8 http://<username>:<password>@<address>:<httpport>/ISAPI/Streaming/Channels/<channel>/picture

Use 101 for channel 1, 201 for 2 etc.


Click to expand...
S l f h l1 i h l k hi lik hi

Just been pointed at this thread (no pun intended) and wondered if you can point me in the right direction as per this
thread?
App for viewing IP cams as small desktop windows?

Jun 29, 2020  #8

P I'm thinking of disabling encryption so I can access video over RTSP. However, I'm not quite clear on the security implications
of this. As I understand it, the stream will still be secured by the basic RTSP authentication – i.e. you will still need a
username/password to access the RTSP stream. Is this correct? Does disabling encryption leave the system insecure in some
pglennie way that I've not understood?
Member
Messages: 5
Points: 3

Jul 27, 2020  #9

B Need some help with http streaming. I have the DS-7208HUHI-K1 NVR. RTSP streaming works fine.
I have the sub stream set to h264 (only options are thisor h265).
http port is 80 and is open.
billyqureshi
Member
I cannot access the stream. I get url not found or 404 errors.
Messages: 9 I get a login prompt so I’m sure I’m connecting to the nvr, but cannot get a stream in Chrome browser.
Points: 3 i am using (within my network)

192.168.1.188:80/streaming/channels/102/httpPreview

I don’t know whether the problem is that my sub streams are set to h264 and not MJPEG, but I don’t have this option!

Jul 27, 2020  #10

B Ive also tried with /ISAPI/streaming/....

billyqureshi
Member
Messages: 9
Points: 3

Feb 11, 2022  #11

M I have a Thermal & Optical Bi-Spectrum Network Turret Camera (Model DS-2TD1217-2/PA). What URL do I need to access
both camera feeds?

MattK I have tried:


New Member rtsp://192.168.1.64:554/Steaming/Channels/101 ==> was expecting Camera 1 Main Stream
Messages: 1
rtsp://192.168.1.64:554/Steaming/Channels/102 ==> was expecting Camera 1 Sub-Stream
Points: 1
rtsp://192.168.1.64:554/Steaming/Channels/201 ==> was expecting Camera 2 Main Stream

https://www.use-ip.co.uk/forum/threads/hikvision-rtsp-stream-urls.890/ 4/5
23/8/23, 11:54 Hikvision RTSP Stream URLs | IP CCTV Forum for IP Video, network cameras & CCTV software
rtsp://192.168.1.64:554/Steaming/Channels/202 ==> was expecting Camera 2 Sub-Stream

In each case, it appears I am getting Camera 1 Main Stream.

I also found the following URLs also returned Camera 1 Main Stream:
rtsp://192.168.1.64:554/Steaming/Channels/999 ==> I tried a few different three digit number combinations
rtsp://192.168.1.64:554/Steaming/Channels
rtsp://192.168.1.64:554/Steaming
rtsp://192.168.1.64:554

Dec 2, 2022  #12

T Is there a way to get the image of each cameras individually? I find the stitched image too narrow.

T_Tronix
New Member
Messages: 1
Points: 1

You must log in or register to reply here.

Similar threads

Rtsp for channel zero Ds-7608NI-I2 /8P? Replies: 6 Apr 9, 2023


R Views: 1K rajiv.dey.se R
rajiv.dey.se · Apr 8, 2023 · Hikvision

Hik-Connect RTSP stream is not working for different DVRs having same static IP Replies: 3 Apr 5, 2023
A Views: 1K David D
asifq11 · Apr 4, 2023 · Networking Queries

Dahua IPC-HFW3441T-ZS RTSP and certificate issues? Replies: 0 Jul 20, 2023
S Statler · Jul 20, 2023 · Dahua
Views: 157 Statler S

RTSP stream not working from Hikvision NVR DS-7604NI-K1(B)? Replies: 0 Apr 9, 2023
C chris75be · Apr 9, 2023 · Hikvision
Views: 1K chris75be C

Accessing RTSP streams of cameras connected to a DS-7716NXI-I4 NVR? Replies: 5 Nov 7, 2022
M MarcF · Nov 7, 2022 · Hikvision Views: 2K Kyle

Forums  Manufacturer Specific Forums  Hikvision 

Style chooser Contact us Terms and rules Help Home 

 NAVIGATION
Registered as a Ltd company in England and Wales: Registration No 6517588 -
Registered for VAT: No 929 3286 92 Bestsellers

Registered Office: use-IP Ltd, Floor 1 Maritime House, 178-180 Snargate Street, Dover, About Us
Kent. CT17 9BZ..
What is an IP camera?

Community platform by XenForo® © 2010-2023 XenForo Ltd. Design by: Pixel Exit

https://www.use-ip.co.uk/forum/threads/hikvision-rtsp-stream-urls.890/ 5/5

You might also like