Pelican Parts
Parts Catalog Accessories Catalog How To Articles Tech Forums
Call Pelican Parts at 888-280-7799
Shopping Cart Cart | Project List | Order Status | Help



Go Back   Pelican Parts Forums > Miscellaneous and Off Topic Forums > Off Topic Discussions


Reply
 
LinkBack Thread Tools Rate Thread
Author
Thread Post New Thread    Reply
Registered
 
motion's Avatar
 
Join Date: Apr 2000
Location: Mid-life crisis, could be anywhere
Posts: 10,382
IT guys: Embedding a webcam in an HTML page?

I have a webcam here at the house (pointing at the mountain, you pervs) that I want to embed in my blog. I've scrounged around the Internets but can't come up with a way to do this. Anyone have any ideas on how this might be done?

__________________
'95 993 C4 Cabriolet
Bunch of motorcycles

Last edited by motion; 11-30-2007 at 03:09 PM..
Old 11-30-2007, 02:38 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #1 (permalink)
Monkey+Football
 
Icemaster's Avatar
 
Join Date: Apr 2003
Location: It aint a popularity contest
Posts: 4,785
Garage
Send a message via AIM to Icemaster
Hmm.

I see my VOIP router when I click on your link.




Are you trying to attach the link or a picture that would refresh regularly?
__________________
<Insert witty comment>

85 Targa Wong Chip Fabspeed M&K Bilsteins and a bunch of other stuff.
Old 11-30-2007, 02:45 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #2 (permalink)
Dog-faced pony soldier
 
Porsche-O-Phile's Avatar
 
Join Date: Feb 2004
Location: A Rock Surrounded by a Whole lot of Water
Posts: 34,187
Garage
When I click on it it shows a couple of fat hairy naked dudes showering together. WTF?!?!
__________________
A car, a 911, a motorbike and a few surfboards

Black Cars Matter
Old 11-30-2007, 02:50 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #3 (permalink)
Monkey+Football
 
Icemaster's Avatar
 
Join Date: Apr 2003
Location: It aint a popularity contest
Posts: 4,785
Garage
Send a message via AIM to Icemaster
Your probably looking at your webcam.

__________________
<Insert witty comment>

85 Targa Wong Chip Fabspeed M&K Bilsteins and a bunch of other stuff.
Old 11-30-2007, 02:54 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #4 (permalink)
Registered
 
motion's Avatar
 
Join Date: Apr 2000
Location: Mid-life crisis, could be anywhere
Posts: 10,382
FU, Jeff.

Icemaster, its a live video feed from a wireless-G Dlink camera. I want to do something like this:

http://www.redlodge.com/2_webcam.asp?category=Webcam&catID=WEBCAM&sortID=WEBCAM
__________________
'95 993 C4 Cabriolet
Bunch of motorcycles
Old 11-30-2007, 02:54 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #5 (permalink)
Registered
 
motion's Avatar
 
Join Date: Apr 2000
Location: Mid-life crisis, could be anywhere
Posts: 10,382
OK, I think I'm figuring this out... this camera does not have a built-in web server, so it will only be viewable in my network. I have another DLINK around here somewhere with a built-in server, so it might be better. But the question is still the same, I guess.
__________________
'95 993 C4 Cabriolet
Bunch of motorcycles
Old 11-30-2007, 03:10 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)
 
Registered
 
Join Date: Jan 2003
Location: IL
Posts: 1,638
Quote:
Originally Posted by motion View Post
FU, Jeff.

Icemaster, its a live video feed from a wireless-G Dlink camera. I want to do something like this:

http://www.redlodge.com/2_webcam.asp?category=Webcam&catID=WEBCAM&sortID=WEBCAM
I dont think thats a live feed. (edit: it just updates regularly) You want to stream live video? I just did one for a client thats similar to your example. The camera needs to have access to the net and then set to upload (ftp) files to your webserver location. most camers designed for that can do that upload. You set the ip location username/password for the FTP Site. Your website then references that file location for the pic source.

-Bernie

Last edited by einreb; 11-30-2007 at 03:20 PM..
Old 11-30-2007, 03:17 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #7 (permalink)
Monkey+Football
 
Icemaster's Avatar
 
Join Date: Apr 2003
Location: It aint a popularity contest
Posts: 4,785
Garage
Send a message via AIM to Icemaster
What your probably looking for is to send an image to your web page and have it refresh regularly - every 10 seconds or so rather than streaming...correct?

There's a couple off the shelf products that will upload a snapshot to the blog, and you can set the refresh rate through the web page IIRC.

Quick and dirty Google turned this up:

http://www.spanto.com/shareware/camupload.html

I'll have to go back and refresh myself (no pun intended...), it's been a while since I did this. Lemme look.
__________________
<Insert witty comment>

85 Targa Wong Chip Fabspeed M&K Bilsteins and a bunch of other stuff.
Old 11-30-2007, 03:17 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #8 (permalink)
Registered
 
motion's Avatar
 
Join Date: Apr 2000
Location: Mid-life crisis, could be anywhere
Posts: 10,382
OK, I found the camera with a built-in web server. It should be able to stream to the Internet without a host computer or an application, right? That's what the product page says:

http://www.dlink.com.sg/products/?pid=297
__________________
'95 993 C4 Cabriolet
Bunch of motorcycles

Last edited by motion; 11-30-2007 at 03:32 PM..
Old 11-30-2007, 03:28 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #9 (permalink)
Registered
 
Join Date: Jan 2003
Location: IL
Posts: 1,638
Quote:
Originally Posted by motion View Post
OK, I found the camera with a built-in web server. It should be able to stream to the Internet without a host computer or an application, right? That's what the product page says:

http://www.dlink.com.sg/products/?pid=297
that will do it.
Old 11-30-2007, 03:34 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #10 (permalink)
Registered
 
motion's Avatar
 
Join Date: Apr 2000
Location: Mid-life crisis, could be anywhere
Posts: 10,382
OK, I think this might work. Anyone see this?

http://www.animotion.com/stuff/webcam.htm
__________________
'95 993 C4 Cabriolet
Bunch of motorcycles
Old 11-30-2007, 03:48 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #11 (permalink)
Registered
 
id10t's Avatar
 
Join Date: Mar 2003
Posts: 10,324
What OS? I've set up both live streaming and still images with Linux and various programs and some scripting. If you want to go live, check out Darwin Streaming Server (free and Free) and VLC (to capture, transcode, and pass to darwin, again Free and free). There are also various snapshot takers so you can take a snapshot every N minutes and auto upload to your webserver, and a cheesey way to do live video is use mjpegs, maybe with a java viewer....

Oh, and your java viewer, in your applet, you need to have an IP or DNS name that the outside world can resolve... (not your 192.168 address).
__________________
“IN MY EXPERIENCE, SUSAN, WITHIN THEIR HEADS TOO MANY HUMANS SPEND A LOT OF TIME IN THE MIDDLE OF WARS THAT HAPPENED CENTURIES AGO.”
Old 11-30-2007, 04:09 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #12 (permalink)
 
It'll be legen-waitforit
 
stealthn's Avatar
 
Join Date: Jan 2002
Location: Calgary, Canada
Posts: 6,979
Yes all you need is a web server/streaming video cam, just embed the URL in your blog but remember to create the the window size (in HTML) in the blog rather than just linking to in.

I didnt get to the Red Lodge MT Webcam; it took forever then was trying to load a Java applet, but never worked. Most "cheap" webcams can just be linked to, and use ASP.

Here's our vacation property being built: www.copperpointresort.ca/camera.asp
__________________
Bob James
06 Cayman S - Money Penny
18 Macan GTS
Gone: 79 911SC, 83 944, 05 Cayenne Turbo, 10 Panamera Turbo
Old 11-30-2007, 07:54 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #13 (permalink)
1.367m later
 
KevinP73's Avatar
 
Join Date: Feb 2002
Location: small farm town Iowa..........at last
Posts: 6,357
Send a message via Yahoo to KevinP73
I've got an Axis Web cam with built in server here in the shop. It feeds live real time video to my site and it can be accessed via it's IPaddress. 75.17.186.222 or on my site at KevinP73.com It was pretty cheap $450.00, SloDave set it up and he made it look easy.
__________________
non velox ad propitiare, verisimile non oblivisci
If it's not The Original Automotive Innovations and Restoration, then it's just hot AIR.

Last edited by KevinP73; 11-30-2007 at 08:52 PM..
Old 11-30-2007, 08:43 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #14 (permalink)
Registered
 
slodave's Avatar
 
Join Date: Sep 2005
Location: Encino Man
Posts: 22,394
Garage
Send a message via Skype™ to slodave
Hey Richard,

Fly me there and back and I'll set it up for you. It's been a long time since I've been to Red Lodge. Some good stories I could tell.

Dave
__________________
Make sure to check out my balls in the Pelican Parts Catalog! 917 inspired shift knobs.

'84 Targa - Arena Red - AX #104
'07 Toyota Camry Hybrid - Yes, I'm that guy...
'01 Toyota Corolla - Urban Camouflage - SOLD
Old 11-30-2007, 09:19 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #15 (permalink)
Registered
 
motion's Avatar
 
Join Date: Apr 2000
Location: Mid-life crisis, could be anywhere
Posts: 10,382
Hahaha Dave, thanks for the offer

OK, I'm making a little progress. I have an applet that will work if I can get my config correct.



I identified my WAN IP address, but still need to open up my router's ports. There are 2:

Web Server and Transfer Image



I've dug around my router setup, but can't figure this one out. Any ideas? Plus, I AM worried about opening up ports and becoming more susceptible to hackers.
__________________
'95 993 C4 Cabriolet
Bunch of motorcycles
Old 12-02-2007, 10:02 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #16 (permalink)
Registered
 
motion's Avatar
 
Join Date: Apr 2000
Location: Mid-life crisis, could be anywhere
Posts: 10,382
I found the setting in my router config program to open the ports. It seems like they should be open, but when I test using this page:

http://www.webcamsoft.com/ddns/chkport.aspx

It says they're still blocked


__________________
'95 993 C4 Cabriolet
Bunch of motorcycles
Old 12-02-2007, 10:33 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #17 (permalink)
Reply


 


All times are GMT -8. The time now is 04:34 AM.


 
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website -    DMCA Registered Agent Contact Page
 

DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.