logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: how do i embed webcam in my site
Author
strungstephen



Joined: 07 Sep 2008
Posts: 11
Location: united states, tx

PostPosted: Sat 17 Jan '09 16:44    Post subject: how do i embed webcam in my site Reply with quote

I have done pretty good so far with apache running our site. It's a recording studio in our home. What we would like to do is have a live feed while some of the bands our recording thier demos. Any links or documentation on how to configure this would be nice. James Blond if you see this help me out please, your advice so far has been spot on. Keep in mind i have had no formal computer training, just what i have learned on my own, lots of trail and error. Any help would be greatly appreciated. Thanks again Very Happy
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Sun 18 Jan '09 14:44    Post subject: Reply with quote

How do you access the picutre of the webcam? Does it run a own internal server?
Back to top
strungstephen



Joined: 07 Sep 2008
Posts: 11
Location: united states, tx

PostPosted: Sun 18 Jan '09 18:20    Post subject: Reply with quote

Right now im using windows media encoder but im not sure if i can use this for the feed. here is my html page.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0
Transitional//EN"
"DTD/xhtml-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Webcam Feed</title>

</HEAD>
<body background="music2.gif">
<BODY><OBJECT ID="Player" height="320" width="460"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
</object>
<INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play" OnClick="StartMeUp()">
<INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop" OnClick="ShutMeDown()">
<SCRIPT>
<!--

function StartMeUp ()
{
Player.URL = "http://www,highercause,homeip,net";
}

function ShutMeDown ()
{
Player.controls.stop();
}

-->
</SCRIPT>

<p><a href="index.html">BACK|</a></p>


</BODY>
</HTML>
I'm pretty sure the url is wrong but like i said, this is trail and error and i am not sure this will work. if you know a better way to do this im all ears. we just want a live feed while bands are recording in our studio.
Back to top


Reply to topic   Topic: how do i embed webcam in my site View previous topic :: View next topic
Post new topic   Forum Index -> Apache