Jump to content
313-313

how to embed axis ip camera video to webpage

Recommended Posts


I havent used them, but there are many examples on the internet .. last time i checked it was very easy.

Share this post


Link to post
Share on other sites

Hi

The following source code should work if added to your website.

another way is to use a simple iframe to imbed the entire video stream

 

 

 

Best regards

Bteve

Share this post


Link to post
Share on other sites

Yeah it is fairly easy to add a webpage feed. If you can give me access to your camera (just a demo username and password) I can get it setup for you. I have done tons of web page feeds with Vivotek and ACTi cameras.

Share this post


Link to post
Share on other sites

Wes. I haven't set up the camera and the software. As soon as i get the axis camera I will let you know. Thank you for the help though..

Share this post


Link to post
Share on other sites

When you get your Axis camera, look down through the setup menus. There's a folder called HTML examples. Just make your choices for video and copy/paste the html code to your webpage.

Share this post


Link to post
Share on other sites

Ok Guys

 

Just another question. I'm using my 2110 to monitoring my house. The camera has internal IP NR. 192.168.0.10. How can I get the life stream to my website with this type of IP ?

 

On my website I have limited storage of 500MB. The question is also by using constant stream how to manage the size of data uploaded to the site.

 

 

Thanks in advance

 

Jacqu

Share this post


Link to post
Share on other sites
Ok Guys

Just another question. I'm using my 2110 to monitoring my house. The camera has internal IP NR. 192.168.0.10. How can I get the life stream to my website with this type of IP ?

 

On my website I have limited storage of 500MB. The question is also by using constant stream how to manage the size of data uploaded to the site.

 

Thanks in advance

Jacqu

 

In your router you can set the IP camera in as the DMZ. I'm assuming a Linksys router but others may work the same. This will point all inbound request to the IP of the camera making it reachable via your external IP provided by your ISP. In your router you should be able to look at the status to see what it's external IP is. Then from any browser outside of your home network you can enter the external IP and be routed to the IP cam at home. Then you can embed the feed into any other site as well.

HTH

Dave

Share this post


Link to post
Share on other sites

Hi All,

 

I have Axis ip camera model : p1347 , I am trying to embed the video to my web page.

 

I have tried the following but , it shows the whole page which contains the video

<HTML>
<IFRAME src="http://yourcamip" WIDTH="320" Height="240"</IFRAME>
</HTML>

 

I have tried this but i got a blank page

<html><body><OBJECT ID="AxisCamControl" CLASSID="CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3" WIDTH="704" HEIGHT="480" CODEBASE="http://yourcamip/activex/AxisCamControl.cab#Version=2,20,0,6">
<PARAM NAME=DisplaySoundPanel VALUE=0>
<PARAM NAME=URL VALUE="http://yourcamip/axis-cgi/mjpg/video.cgi?camera=&resolution=704x480"></OBJECT></body></html>

 

 

could any one give me example for that or does Axis provides webpages examples ?

 

BTW : Axis ip camera already set up and it works well , I can access it for its ip via web.

Share this post


Link to post
Share on other sites

For whatever reason, Axis has started assuming everyone knows how to make this work. They used to provide a lot more information.

Share this post


Link to post
Share on other sites

It’s not easy to display live video stream from an IP camera on a web page because you need wide internet bandwidth and a great video player that is compatible with the major browsers.

 

But fortunately there are some cloud based services that can do this job for us. One of the best is http://ipcamlive.com. This service can receive RTSP/H264 video stream from an IP Camera and can broadcast it to the viewers. IPCamLive has Flash/HTML5 video player component that will display the video on PC, MAC, tablet or mobile.

Share this post


Link to post
Share on other sites
It’s not easy to display live video stream from an IP camera on a web page because you need wide internet bandwidth and a great video player that is compatible with the major browsers.

 

But fortunately there are some cloud based services that can do this job for us. One of the best is http://ipcamlive.com. This service can receive RTSP/H264 video stream from an IP Camera and can broadcast it to the viewers. IPCamLive has Flash/HTML5 video player component that will display the video on PC, MAC, tablet or mobile.

Sadly, there really is nothing out there for video streaming that supports all Internet browser capable devices.

 

Also, even your solution has a monthly cost:

 

http://ipcamlive.com/pricing

 

Whereas things like this can be done for free and in many different ways as well and in fact are compatible with any Internet browser capable devices from Computers to Tablets and Phones to TVs. Also without any need to ever install anything first as well:

 

http://foscam.us/forum/showing-secure-methods-using-php-to-display-your-ip-cameras-t8721.html

 

Don

Share this post


Link to post
Share on other sites

Wow, re-cycled a 2 year old post.

 

I use BlueIris for this on a project and works great. Uses very little CPU and it displays the cameras in a similar fashion to what theuberoverlord describes but is easier because it supports just about any camera out there. For example, I was using it with a few Mobotix cameras, added a Hikvision and it just worked. What they have is a web client that is called jpegpushpull.htm I believe. All I do is edit it to remove the unneeded frames and just display the cameras. Also there's generic versions of this that have a nice clean display for multiple camera. Let me know if you want to go this way and I'll point you in the right direction. For $39, it maybe costlier than free, but the time I saved coding my own makes it a bargain.

 

Also, there's some free add-on's to BlueIris that let you embed weather data to any camera (yes, even analog and usb webcams in addition to network cameras).

Share this post


Link to post
Share on other sites
It’s not easy to display live video stream from an IP camera on a web page because you need wide internet bandwidth and a great video player that is compatible with the major browsers.

 

But fortunately there are some cloud based services that can do this job for us. One of the best is http://ipcamlive.com. This service can receive RTSP/H264 video stream from an IP Camera and can broadcast it to the viewers. IPCamLive has Flash/HTML5 video player component that will display the video on PC, MAC, tablet or mobile.

Sadly, there really is nothing out there for video streaming that supports all Internet browser capable devices.

 

Also, even your solution has a monthly cost:

 

http://ipcamlive.com/pricing

 

Whereas things like this can be done for free and in many different ways as well and in fact are compatible with any Internet browser capable devices from Computers to Tablets and Phones to TVs. Also without any need to ever install anything first as well:

 

http://foscam.us/forum/showing-secure-methods-using-php-to-display-your-ip-cameras-t8721.html

 

Don

 

I think Foscam could be a good choice as well, but IPCamLive has a free package too and it's really easy to get my camera embedded using this service. It's worth a try.

 

http://ipcamlive.com/

Share this post


Link to post
Share on other sites
It’s not easy to display live video stream from an IP camera on a web page because you need wide internet bandwidth and a great video player that is compatible with the major browsers.

 

But fortunately there are some cloud based services that can do this job for us. One of the best is http://ipcamlive.com. This service can receive RTSP/H264 video stream from an IP Camera and can broadcast it to the viewers. IPCamLive has Flash/HTML5 video player component that will display the video on PC, MAC, tablet or mobile.

Sadly, there really is nothing out there for video streaming that supports all Internet browser capable devices.

 

Also, even your solution has a monthly cost:

 

http://ipcamlive.com/pricing

 

Whereas things like this can be done for free and in many different ways as well and in fact are compatible with any Internet browser capable devices from Computers to Tablets and Phones to TVs. Also without any need to ever install anything first as well:

 

http://foscam.us/forum/showing-secure-methods-using-php-to-display-your-ip-cameras-t8721.html

 

Don

 

I think the mentioned solution could be a good choice as well, but IPCamLive has a free package too and it's really easy to get my camera embedded using this service. It's worth a try.

 

http://ipcamlive.com/

Share this post


Link to post
Share on other sites

HAVE 7 axis cameras two zoom but are fixed. I have set so users can zoom in and out but I have a members area so I like users to come to my website not the camera ip pages. Once we get new servers we are locking the camera main page anyway. I display our cameras on our site using code html, but does anyone know how to display the zoom feature below the camera on the AXIS Q1765-LE Network Camera? Do I use code as well? On the AXIS Q1765-LE Network Camera Page it shows the zoom feature? Thanks for any help. See attached image if it uploaded.

1496992226_ScreenShot2017-01-01at12_47_17PM.thumb.png.8057ef7419801753432ffc53bf2af4d1.png

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

×