Jump to content
CHOPRAMO

How to embed live feed from Hikvision DVR in a web page

Recommended Posts

Can anyone help me out on this one?

 

i need to embed live stream from a Hikvision DVR (it supports RTSP) in a HTML web page. I just need to embed channel 1 from the DVR.

 

Could anyone help me out with the HTML code to achieve this.

Share this post


Link to post
Share on other sites

rtsp 81ххHFI-ST и 91ххHFI-ST.

 

Main stream:

rtsp://admin:12345@192.0.0.64/h264/ch1/main/av_stream

rtsp://admin:12345@192.0.0.64/MPEG-4/ch1/main/av_stream

 

Sub stream:

rtsp://admin:12345@192.0.0.64/mpeg4/ch1/sub/av_stream

rtsp://admin:12345@192.0.0.64/h264/ch1/sub/av_stream

 

from http://www.hikvision.msk.ru/forum/6-114-1

 

decode stream with VLC media player

Share this post


Link to post
Share on other sites

Thank you for the prompt reply.

 

I have 2 questions

 

i. How will someone using IE view the live feed?

 

ii. What if the DVR does not support RTSP?

Isn't their a simple sample HTML code that you could provide?

 

I shall be grateful for a reply as I do not know how to do this.

Share this post


Link to post
Share on other sites
rtsp 81ххHFI-ST и 91ххHFI-ST.

 

Main stream:

rtsp://admin:12345@192.0.0.64/h264/ch1/main/av_stream

rtsp://admin:12345@192.0.0.64/MPEG-4/ch1/main/av_stream

 

Sub stream:

rtsp://admin:12345@192.0.0.64/mpeg4/ch1/sub/av_stream

rtsp://admin:12345@192.0.0.64/h264/ch1/sub/av_stream

 

from http://www.hikvision.msk.ru/forum/6-114-1

 

decode stream with VLC media player

 

I need to try this out, thanks

Share this post


Link to post
Share on other sites

Hello guys I would like to do the same to embed my HIK VISION IP camera into my web site.

 

I have tried with VLC all above but it not works. I'm not sure if my camera support RTSP. Here is the model of the camera: NV-NC892-IR

 

Bellow is the IP of my camera if someone wants to try and help.

 

This is the IP address: http://95.158.153.252:81

Share this post


Link to post
Share on other sites
Hello guys I would like to do the same to embed my HIK VISION IP camera into my web site.

 

I have tried with VLC all above but it not works. I'm not sure if my camera support RTSP. Here is the model of the camera: NV-NC892-IR

 

Bellow is the IP of my camera if someone wants to try and help.

 

Lionko,

 

Wow... Just with the login screen I can tell you that it does not support RTSP; I would go as far as to say that it does not even support IVMS 4500, so you can not even see it from iPhone, Android, and so on. That is quite an old camera, the model is DS2CD892P-IR.

 

Btw, I would advise you to edit your post and remove the IP, or to change your admin password to something different than the default.

Share this post


Link to post
Share on other sites

Unless you choose to install another camera wich supports RTSP to look at the image given by this model and broadcast it further, you have no chance in getting this to a website (in video i mean). And yes, change the admin pass, it's not safe to leave it defaulted.

Share this post


Link to post
Share on other sites

The camera support IVMS 4500 for sure because I[m watching the camera to my Motorola XOOM and I have installed IVMS 4500 and camera works great.

 

OK please advice my for camera with similar parameters which is possible to work for my project. My camera has great quality and works in minis 20 degrees without a problem.

Share this post


Link to post
Share on other sites
Hello guys I would like to do the same to embed my HIK VISION IP camera into my web site.

 

I have tried with VLC all above but it not works. I'm not sure if my camera support RTSP. Here is the model of the camera: NV-NC892-IR

 

Bellow is the IP of my camera if someone wants to try and help.

 

This is the IP address: http://95.158.153.252:81

 

Hi , my english is not soo good but here is my answer

 

rtsp://admin:12345@95.158.153.252/MPEG4/ch1/main/av_stream

 

with this line you can see your cam with VLC i did it and im venezuelan the video was soo slow but thats beacause my internet connection but it show up a nice outside cam on the video.

Share this post


Link to post
Share on other sites
1 decode stream with VLC media player ))

 

Hi, my I ask how should I do this?

 

Sorry if the question is stupid, but I'm an absolute newsbie about this.

 

Thank You!

Share this post


Link to post
Share on other sites

I am Using Hik Vision DVR Model No : DS-7204HVI-SN in My Project.

 

I need To Implement RTSP Based Mechanism to work with my project. i tried above mentioned URLs with both vlc and quicktime player but none are working.

 

Please Guide me through the situation

Share this post


Link to post
Share on other sites
Thanks For the reply :MindTwist . I tried the Examples You Mentioned In The Url you provided. but nothing is working .my current firmware version is 1.3.2 . and ip is 192.168.1.200.

 

Is there any way i can upgrade my firmware with the versions you mentioned in http://www.securamente.com/hikvision-co ... ante-rtsp/

?

 

I have never heard of 72xxHVI-SN. No clue if it is a current model or old model, "and 7204HVI-SN" on google doesn't even give me any results.

v1.3.2 firmware surely seems... very old. If it is a very old unit that has not gotten firmware updates in a long time, you might not be able to get RTSP working at all.

Share this post


Link to post
Share on other sites

yes thats the problem i am facing . i consulted the technical person

recenly and thats the firmware version (V1.3.2) he provided to upgrade. i upgraded the dvr to that version 1.3.2 but nothing seems working ,

 

Below Provided is my DVR Info

 

Model S-7204HVI-SN0120120811AAWR410356024WCVU

 

Master Version : V1.3.2 build 121107

 

Encode Version : V5.0 build 120807

Share this post


Link to post
Share on other sites

That is a firmware from 2 years and a half ago (20120811 = 11/Aug/2012). It might very well not support RTSP at all...

 

If you can not find any newer firmware for that device, you might be out of luck with RTSP

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×