» Home
» Products » Downloads » FAQs
» Solutions 

   FAQs - Various:

    I would like to bypass the login screen of the camera and embed the live video stream directly into my web site. How can that be done?



    Live Stream on your web page using ActiveX
    Instructions for current camera 550710

    For current camera 550710 only!

    You can view the live stream of your Network IP Camera without connecting to the camera's login page first. That way it is possible to embed the live video stream directly into your web page.

    Basically you can find the solution in the source code of this very web page. This is the portion of the HTML code which embeds the live video. Simply copy and paste this code into your own web page.

    <object id='ImagN' width=0 height=0 classid='CLSID:5DA9D8E0-5A57-11CF-9E36-00C0930198C0'
    CODEBASE = ./LNetCam.cab#version=4,0,0,0>
    </object>

    <object id='LNCActiveX' width=320 height=260 classid='CLSID:9C3EFB8A-DC20-484B-B905-5E337A988C5D'
    CODEBASE = ./LNetCam.cab#version=1,0,0,6>
    </object>

    <script language="JavaScript">
    document.LNCActiveX.IsVerticalFlip=(0);
    document.LNCActiveX.IsHorizontalFlip=(0);
    document.LNCActiveX.CameraIP = "123.123.123.123";
    document.LNCActiveX.ImageWidth=320;
    document.LNCActiveX.ImageHeight=240;
    document.LNCActiveX.IsBehindFirewall=false;
    document.LNCActiveX.HashingKey="0";
    document.LNCActiveX.Id="guest";
    document.LNCActiveX.PassWord="guest";
    document.LNCActiveX.ImageTransferPort=8080;
    document.LNCActiveX.Expansion=1.0;
    document.LNCActiveX.MaxFrameRate=30;
    d
    ocument.LNCActiveX.TimeStamp=true;
    </script>

    The BLUE parameters have to be adjusted to your camera. Those values are pretty much self-explanatory. However, here're some additional comments for better understanding:

    doVerticalFlip: Flips image vertically
    (0): no image flip
    (1): vertical image flip


    doHorizontalFlip: Flips image horizontally
    (0): no image flip
    (1): horizontal image flip

    CameraIP: Replace the IP Address by the IP Address of your camera

    ImageWidth=320; Controls the Video Width, needs to be changed in <object> tag as well.

    ImageHeight=240; Controls the Video Height, needs to be changed in <object> tag as well.

    Id="guest"; Username required to login. If you have disabled the guest account you will need to adjust the value here.

    PassWord="guest";
    Password required to login. If you have disabled or changed the guest account you will need to adjust the value here.

    ImageTransferPort=8080; Port 8080 is the default value. If you changed the image transfer port of your camera in the network settings you need to enter the new port number here. If you haven't changed anything you must leave the default value.

    maxFrameRate=30; If you want to limit the bandwidth the camera uses you may reduce the value here. "30" refers to the maximum frame rate of 30 fps.
    If you change that value to "2" then each visitor of your web page would only receive a maximum of 2 fps (frames per second).
    Value "0.5" means: 1 frame every other second
    Value "0.2" means: 1 frame every 5 seconds
    Value "0.1" means: 1 frame every 10 seconds (example above)

    TimeStamp=true; Display the time top of the live image. "False" = no time.



    Do not use Microsoft Frontpage WebEditor to edit the page as it changes the code which may lead to unexpected results.


    » back


Products 
PTZ Domes
550277 (30x PAL)
550260 (30x NTSC)
550451 (10x PAL)
550437 (10x NTSC)
Fixed Domes
550406 (PAL)
550420 (NTSC)
550413 (IR, PAL)
550444 (IR, NTSC)

CCD MPEG4 Wired
550796 (PAL)
503181 (NTSC)
550291 (IR, PAL)
550314 (IR, NTSC)

CCD MPEG4 WLAN
550178 (PAL)
550253 (NTSC)
550307 (IR, PAL)
550321 (IR, NTSC)
CMOS Wired
550468 (MPEG4)
550710 (JPEG)
CMOS WLAN
550482 (MPEG4)
Network Video Server
550376 (MPEG4)
 
3rd Party Software 
» Listing 
 
Live Cameras 
» Public Cameras 
 
Mailing Lists 
» Firmware Updates 
» Beta Tester 
 
© 2008 - INTELLINET NETWORK SOLUTIONS, All rights reserved.
Legal