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.
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.
Comment