313-313 0 Posted November 25, 2006 Does anyone here know how to embed live Axis video to my webpage? Share this post Link to post Share on other sites
rory 0 Posted November 25, 2006 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
loop 0 Posted November 26, 2006 http://www.axis.com/solutions/system/website.htm Share this post Link to post Share on other sites
steverees 0 Posted December 2, 2006 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
wfernley 0 Posted December 4, 2006 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
313-313 0 Posted December 5, 2006 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
PPDBlue 0 Posted May 8, 2008 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
Jacqu 0 Posted July 21, 2009 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
dcb007 0 Posted July 24, 2009 Ok GuysJust 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
Pixelsmith 0 Posted September 22, 2010 I know this is an old thread, but I was trying to do the same thing when I stumbled across it. Axis has actually written a way to publish the camera stream to a site, but it's NOT easy to find. You can access the information here: http://www.axis.com/techsup/cam_servers/tech_notes/live_video_medium.htm Good luck! A. Share this post Link to post Share on other sites
techbrainless 0 Posted January 24, 2012 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
mike_va 0 Posted January 24, 2012 (edited) We set the background... Edited January 24, 2012 by Guest Share this post Link to post Share on other sites
mike_va 0 Posted January 24, 2012 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
adyhu 0 Posted April 30, 2014 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
TheUberOverLord 0 Posted April 30, 2014 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
buellwinkle 0 Posted April 30, 2014 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
adyhu 0 Posted June 13, 2014 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
adyhu 0 Posted June 13, 2014 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
northeastsurfing 0 Posted January 1, 2017 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. Share this post Link to post Share on other sites