Dick
Guest
|
Posted:
Mon Oct 10, 2005 7:26 pm Post subject:
Streaming webcam on my site |
|
|
I want a streaming webcam on my site with the use of MS encoder. I have the
following code, but i think something is missing here. Please can somone
help me to add the missing code pls.
I know i have to change the IP to my IP adres
Thanks in advance,
Code see below
Dick
---------------------
<DIV ALign="Center">
<OBJECT ID="WMPlayer"
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
HEIGHT="390" WIDTH="360" STANDBY="Loading Windows Media Player
components..." TYPE="application/x-oleobject">
<param name="FILENAME" value="mms://123.456.789.123:8080">
<param name="AUTOSTART" value="TRUE">
<param name="PLAYCOUNT" value="1">
<param name="SHOWCONTROLS" value="TRUE">
<param name="SHOWDISPLAY" value="TRUE">
<param name="SHOWSTATUSBAR" value="TRUE">
<embed NAME="WMPlayer"
TYPE="application/x-mplayer2"
SRC="mms://123.456.789.123:8080"
HEIGHT ="320"
WIDTH ="240"
AUTOSTART ="TRUE"
PLAYCOUNT ="1"
SHOWCONTROLS ="TRUE"
SHOWDISPLAY ="TRUE"
SHOWSTATUSBAR ="TRUE">
</OBJECT> |
|