 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jacco van Koll Guest
|
Posted: Sun Feb 26, 2006 5:12 pm Post subject: Some help needed |
|
|
Gents, Ladies,
I am gathering information about how to resolve the following:
I am having a webcam at home. This webcam can be used by the following
applet to be viewed from the outside world:
<APPLET name="cvcs" CODEBASE="http://172.16.100.200:81/"
CODE="xplug.class" WIDTH=640 HEIGHT=480>
<param name="RemotePort" value=81>
<param name="Timeout" value=5000>
<param name="RotateAngle" value=0>
<param name="PreviewFrameRate" value=20>
<param name="DeviceSerialNo" value="">
<param name="UserName" value="anonymous">
</APPLET>
This works like a charm, but if there are many viewers, the webcam is
brought to it's knees.
Therefor, i would like to build a form of repeater, which is in schema:
webcam < - 1 connection - > java tool on server < -
multiple connections - > clients on the internet
Please see it on 1 line :-)
So, the java tool on the server is making just 1 connection to the
webcam, and clients are getting their images from the java tool on the
server, and therefor not overloading the webcam.
Is there anyone who can give me a hint how to build such a 'proxy',
duplexer, or Relay for this?
Thank you in advance
Jacco |
|
| Back to top |
|
 |
Oliver Wong Guest
|
Posted: Mon Feb 27, 2006 5:13 pm Post subject: Re: Some help needed |
|
|
"Jacco van Koll" <jko (AT) haringstad (DOT) com> wrote in message
news:1203ngc99k3i84 (AT) corp (DOT) supernews.com...
| Quote: | Gents, Ladies,
I am gathering information about how to resolve the following:
I am having a webcam at home. This webcam can be used by the following
applet to be viewed from the outside world:
APPLET name="cvcs" CODEBASE="http://172.16.100.200:81/"
CODE="xplug.class" WIDTH=640 HEIGHT=480
param name="RemotePort" value=81
param name="Timeout" value=5000
param name="RotateAngle" value=0
param name="PreviewFrameRate" value=20
param name="DeviceSerialNo" value=""
param name="UserName" value="anonymous"
/APPLET
This works like a charm, but if there are many viewers, the webcam is
brought to it's knees.
Therefor, i would like to build a form of repeater, which is in schema:
webcam < - 1 connection - > java tool on server < -
multiple connections - > clients on the internet
Please see it on 1 line :-)
So, the java tool on the server is making just 1 connection to the webcam,
and clients are getting their images from the java tool on the server, and
therefor not overloading the webcam.
Is there anyone who can give me a hint how to build such a 'proxy',
duplexer, or Relay for this?
|
Do you have the source code for xplug? Do you know how to do network
programming in Java?
- Oliver |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|