Simple web viewer

johnnypinaz
edited July 2014 in SecuritySpy
Is there a dumbed down version of Security Spy Web server which only allows viewing of the cameras and no access to preferences, captured files, camera settings, web activity, etc?

Something I can share with clients to see our setup but block them from doing anything else?

How about adding a logo?

Thanks....

Comments

  • Hi Johnny,

    You could give them a direct link to the video feed, for example something like this:

    http://server-address:8000/live?cameraNum=5&viewMethod=3

    This will display video from camera number 5 using the JavaScript method, which has the widest compatibility on different platforms (Mac, Windows, Android, iOS etc.) Set up a web server account for your clients that only has access to view the live video from certain cameras, with no access to settings.

    Alternatively, if you wanted something more customised (with your own logo etc.), create your own HTML page and place it in your ~/Documents/SecuritySpy/Web/ folder and give your clients a link to it. For example, if the file is called "client.html" then you simply access it using a link like this:

    http://server-address:8000/client.html

    For the page itself, you can use the above "live" page as a template and modify it as you like, or see the Built-in web server HTTP interface section of the user manual for information on how to put your own page together.

    Hope this helps!