AbelCam Forum
Download AbelCam buy Pro
 
 
 
Welcome Anonymous User
09/09/2010 - 06:19 AM
Quick Search:
Quick Jump:
 
Announcements
Latest Topics
 
Custom HTML w/ Multiple CAMS
By: ChrisH
Rank: Frequent User
Topics: 17
From: n/a
Added: 07/11/2010 - 12:39 AM

Hi all

Anyone have an example of some html --- trying to build one html page with 3-cameras streaming all at once, including desktop ? Possible


Meaning, you dont have to click on still to activate the stream and view one at at time. Kind of like a security interface would be.

Any help would be appreciated.

By: MelvinG
Rank: Magna Cum Laude
Topics: 518
From: Los Angeles, USA
Added: 07/11/2010 - 06:14 AM

Well, there is this page I made for somebody ages ago:

http://eeberfest.net/AbelCam/4cam.zip

It uses the Java applet for streaming. Click on the images to move Pan/Tilt. Sliders control Zoom. It isn't very pretty or fancy but it shows 4 cams on one screen and you don't have to click anything to get it going.

It uses the MJPEG streams (not individual JPEGs) from AbelCam. So, if you want the video to run forever (not require clicks to restart periodically) you need to go into each of your cams' configs in AbelCam and make sure the "No Limit" box is checked for "Max Motion JPEG Frames".

In the HTML you'll need to replace a bunch of "localhost:8080" with whatever is right for your setup.

This sample page uses Cameras 0 - 3. Each Cam Nr. appears twice in the code: once for the image and once for the slider control. Just be aware of this if you need to use different cam numbers for some reason.
By: MelvinG
Rank: Magna Cum Laude
Topics: 518
From: Los Angeles, USA
Added: 07/17/2010 - 12:20 PM

So was this helpful or useless?