| Author |
|
rastascan Newbie

Joined: 18 January 2006
Australia Posts: 21
|
| Posted: 22 June 2006 at 7:22pm | IP Logged
|
|
|
I am trying to create a module for soop so that my webcam is displayed on the main page.
I have tried unsuccessfully to create the mod, wondering if someone can help me out. Following is the code I need in the mod:
<TABLE bgcolor=black BORDER=0 CELLSPACING=0 CELLPADDING=0> <tr> <td>Rast@caM<br></td> <td align=right valign=top> <SPAN ID="CurrentTime"></SPAN></td> </tr> <tr> <td colspan=2 align=center bgcolor=c6cbcf> <APPLET name="cvcs" CODEBASE="http://192.168.0.20:81/" CODE="xplug.class" WIDTH=320 HEIGHT=240> <param name="RemotePort" value=81> <param name="Timeout" value=5000> <param name="RotateAngle" value=0> <param name="PreviewFrameRate" value=2> <param name="DeviceSerialNo" value="YWRtaW46YmxpbmQyNQ=="> </APPLET> </td> </tr> </TABLE>
|
Back to Top  |
|
| |
halewilson Super Dedicated Socialist


Joined: 06 March 2004
United States Posts: 676
|
| Posted: 22 June 2006 at 8:52pm | IP Logged
|
|
|
You can see a webcam on my site....I'm using SG_Viewport. My camera's
are down but go here and you'll get the picture....no pun intended.
http://www.thevolcanoes.com/fred_lau.asp
|
Back to Top  |
|
| |
Hooded SOOP Admins


Joined: 09 April 2004
Canada Posts: 2325
|
| Posted: 22 June 2006 at 9:41pm | IP Logged
|
|
|
Here is your basic code tossed into a mod.
2006-06-22_213407_functions_webcam.zip
Unzip to your forum/functions/other folder.
Add the mod using the following
Mod Name Module_WebCam
Show in Column 2 because it is 320px wide, it's too wide for the average 1 & 3 columns
Mod Parameters empty
Mod Source Other
Mod Permissions Your Choice
Add include File Checked
That should do it.
__________________
|
Back to Top  |
|
| |
rastascan Newbie

Joined: 18 January 2006
Australia Posts: 21
|
| Posted: 22 June 2006 at 9:47pm | IP Logged
|
|
|
Quote: halewilson http://www.thevolcanoes.com/fred_lau.asp
Nice. What are you using for the gallery and jukebox???
|
Back to Top  |
|
| |
halewilson Super Dedicated Socialist


Joined: 06 March 2004
United States Posts: 676
|
| Posted: 23 June 2006 at 12:36am | IP Logged
|
|
|
The username and password is in the title area of the box mod. But like
I said, my cam is offline so you won't see any video stream however you
will see how I set up the page to display the cam feed into a box mod
which is what you wanted right. Is your cam up and running, can you PM
me a url to your cam feed?
Regarding the gallery, I'm using DU Gallery that was modded by Ripper
for SOOP. I think it may still be available on his site...
http://www.ripsplace.net/
For info on the jukebox....check out this thread...http://www.soopportal.org/forum/forum_posts.asp?TID =7889&PN=1&TPN=1
Good luck
|
Back to Top  |
|
| |
rastascan Newbie

Joined: 18 January 2006
Australia Posts: 21
|
| Posted: 23 June 2006 at 2:39am | IP Logged
|
|
|
Quote: halewilson The username and password is in the title area of the box mod. But like I said, my cam is offline so you won't see any video stream
It was streaming when I checked last
|
Back to Top  |
|
| |
rastascan Newbie

Joined: 18 January 2006
Australia Posts: 21
|
| Posted: 23 June 2006 at 4:43am | IP Logged
|
|
|
If I use webcam XP, all i have to do is enter a link
192.168.0.50:8181
What do I put in the code?
|
Back to Top  |
|
| |
halewilson Super Dedicated Socialist


Joined: 06 March 2004
United States Posts: 676
|
| Posted: 23 June 2006 at 12:58pm | IP Logged
|
|
|
Quote: rastascan Quote: halewilson The username and password is in
the title area of the box mod. But like I said, my cam is offline so
you won't see any video stream
It was streaming when I checked last
-doh... well whaddya know! 
|
Back to Top  |
|
| |
rastascan Newbie

Joined: 18 January 2006
Australia Posts: 21
|
| Posted: 04 July 2006 at 9:48pm | IP Logged
|
|
|
Webcam XP is a cam server. Basically, after setting up you have a link to the PC which webcam xp is setup on eg 192.168.0.50:8181
Is it possible ta have a mod that links to the server? I tried enterring the IP in the MOD but it just shows up as text.
|
Back to Top  |
|
| |
rolandsk Dedicated Socialist


Joined: 25 October 2005
Canada Posts: 294
|
| Posted: 05 July 2006 at 11:28am | IP Logged
|
|
|
Hale & Hooded,
Nice thread. Which cam software do you need to get the cam feed uplinked ? I'm looking for a "free" solution...
Hale are you using hooded's mod here on this thread ? Pls let me know...
Thanks !
__________________ still using soop raven 1.0b ...
|
Back to Top  |
|
| |
halewilson Super Dedicated Socialist


Joined: 06 March 2004
United States Posts: 676
|
| Posted: 05 July 2006 at 12:44pm | IP Logged
|
|
|
Rolandsk,
I'm using Linksys' software and display the page using SG_Viewport. At
some point I'd like to offer up the webcam links in either text or
image within a box mod in the third column. Then display the video feed
in a pop-up without displaying all the other Linksys html borders and
links etc.
Whenever I get the chance....
|
Back to Top  |
|
| |