Announcement

Collapse
No announcement yet.

Trying to get video streaming working.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Trying to get video streaming working.

    I've got myself a small wireless camera and am trying to be able to remotely monitor progress on the CNC machine from home.
    I'm using webam32 trial and have successfully got it to interface to the camera and have it also able to update snapshots to a website.
    now the fun part. - I want to have live streaming.
    If anyone has used this s/w I would appreciate some help
    Here is the code I am using on the URL:

    <applet code="JavaCamPush.class"
    codebase="http://xx.xx.xx.xx:8888" archive="JavaCamPush.jar"
    width="160"
    height="120">
    <param name="URL" value="http://xx.xx.xx.xx:8888" param name="cabbase" value="JavaCamPush.cab">
    applet>

    with the xx's being the ip address of the computer with the webcam and webcam32 s/w
    the computer is behind a router, so I have forwarded port 8888 from that particular computer. no biggy

    When I try to connect with Opera, I get an 'invalid bytecode', IE gives me red 'x' in the top of the video window.

    I am lost.
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

  • #2
    never mind, I've tried some other s/w and it works great (Active Webcam)
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

    Comment

    Working...
    X