Computing.Net > Forums > Web Development > how to setup live webcam with sound

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

how to setup live webcam with sound

Reply to Message Icon

Name: canman
Date: October 16, 2009 at 10:21:44 Pacific
OS: Windows 2003 svr
CPU/Ram: 1024
Product: Hp (hewlett-packard) Microsoft windows server 2003 terminal server - license - 5 device cals - 355561-b21
Subcategory: HTML
Comment:

i want to host my own website from home, so i am probably going to look into that dydns, or freedns or opendns.

i want to host my own website from home, i want to have a live webcam with sound, what equipment do i need to buy??



Sponsored Link
Ads by Google

Response Number 1
Name: Radix-64
Date: October 16, 2009 at 11:51:14 Pacific
Reply:

Hi, here's what you'll might want to consider:

- Suggest that you use your desktop PC, rather than a laptop, to be your web hosting server with a high-speed Internet connection (no dial-up).

- If your desktop PC doesn't have a built-in Web cam, then you can purchase a Web cam (e.g. Logitech) and install the software from the manufacturer to run it on your computer. Often this software can be downloaded from the Web cam manufacturer's site.

- Install a web server app. Suggest Apache software, which is what most servers use.

- Load your site files to the public folder. If you have a router, suggest that you configure the forwarding of port 80 from the router to the hosting server.

- Check the FTP settings for the Web cam image.

- If you have a domain name don't forget to link it to your computer's IP address through your domain registrar's system.

- Code the HTML page with your Web cam image to refresh its content automatically with this meta tag in your header section. For example, if you want to refresh your Web cam every 5 seconds, use:

<meta http-equiv="refresh" content="5" />
<meta http-equiv="expires" content="0" />

Don't forget to create an image tag. Here's an example to put in between open and close brackets:

img src="yourwebcampicture.jpg" width="50" height="50" border="0" alt="This is the Web Cam Picture"

Hint: Make sure that the width and height of the image tag doesn't compromise the quality of the image by resizing the Web cam image.



0

Response Number 2
Name: canman
Date: October 16, 2009 at 14:04:08 Pacific
Reply:

I will probably use a Win2003 server with IIS.

what about sound?

will the webcam have sound built into it?

i want it to display on the web page a person playing a musical instrument, so viewers should see and hear what is being played.


0

Response Number 3
Name: Radix-64
Date: October 19, 2009 at 08:11:09 Pacific
Reply:

Hi, here's a way to do both audio and visual:

- For hardware: Buy a web camera with audio capabilities and install it on your PC per the manufacturer's instructions. Make sure that your drivers are installed properly. Suggest using a desktop PC for your server with a broadband Internet connection.

- Download Microsoft Windows Media Encoder and follow the instructions for installation. This is a free media encoder that enables you to capture live or pre-recorded audio and video for streaming over the Internet.

Hint: Windows Media Encoder uses port 8080, so either make sure that this port is available or configure another available port

- Forward your port so that external IP requests for your web cam go to the IP and port that you defined for streaming.

- Start the encoding button to enable viewing your broadcast

- Create and upload a web page that displays your broadcast using Windows Media Player


0
Reply to Message Icon

Related Posts

See More


Call perl sub in html cannot work with mysql us...


Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: how to setup live webcam with sound

How to make online Reseller Website www.computing.net/answers/webdevel/how-to-make-online-reseller-website/2727.html

How to show GridViewData When Db is empty???? www.computing.net/answers/webdevel/how-to-show-gridviewdata-when-db-is-empty/4124.html

How to add sound to a swf.... www.computing.net/answers/webdevel/how-to-add-sound-to-a-swf/2887.html