


Easy setup - a friendly user interface makes SecuritySpy easy to set up and use. Virtually all IP cameras on the market are supported. This entry was posted in SecuritySpy and tagged add, live, streaming, video, web on 23 November, 2014 by Ben Software. Multiple simultaneous cameras - SecuritySpy's efficiency allows high performance even for large, demanding systems. It also includes audio. The main drawbacks are that it does not have universal support in web browsers (it works best in Safari on either macOS or iOS), and there is an inevitable 10-second latency. This method uses H.264 video encoding, and is therefore much lower bandwidth than the above JPEG methods. Also make sure to add the onLoad event to the body tag, in order to initially load the image when the page loads: My Web Page var i=0 var url="" function jsUpdate() Method 3: HTTP Live Streaming
#Securityspy download code
It does require the insertion of some JavaScript code to the head section of the HTML page in addition to the img tag within the body section. This has the best compatibility of all these methods, working on virtually all web clients. It is very simple to implement, using just an img tag within the body block of the HTML page: My Web Page Method 2: JavaScript JPEG On a Windows PC, this works in Chrome, Safari and FireFox but unfortunately not in Internet Explorer. This method works in iOS and all Mac web browsers. If you want to specify a particular size for the image, add width and height parameters, for example the URL in Method 1 would become something like this: Use an online Base64 encoder to generate this value: simply enter your user:pass string, click the Encode button, and copy and paste the result. the username and password, separated by a colon). In the examples shown, the address of the SecuritySpy system is “”, the port is 8000, and the camera number is 1.Īuthentication is supplied via an auth parameter, which is the the Base64 representation of the string user:pass (i.e. Three methods for embedding the video feed into a web page are outlined below. If you own a previous version of SecuritySpy, and you are running macOS 10.13 or later, you may like to upgrade.
#Securityspy download download
If you don’t see this column, click the header bar where you see the column names, and a menu will pop up that allows you to add it. Download Previous Versions of SecuritySpy. Finally, determine the camera number for the camera in question – this is shown in the Camera Info window (highlighted in red below). Next, create a special user account in SecuritySpy that has permission only to view the camera that you want to use. Our favourite tool for this is TextMate.įirstly, you must set up SecuritySpy for remote monitoring, so that it can be accessed over the internet. This does involve editing the HTML of your web page, but it’s relatively simple.
#Securityspy download how to
This tutorial will show you how to add live video from SecuritySpy to your own web page.
