Page 1 of 1

Yawcam with streaming audio.

Posted: Tue Feb 16, 2010 1:39 am
by xmanordotcom
Here is the code you need to add to the settings/streaming/page designer...

Code: Select all

<center><object ID="MediaPlayer" WIDTH="324" HEIGHT="52" CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows 

Media Player components..." TYPE="application/x-oleobject" 

CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">

<param name="autoStart" value="true">
<param name="filename" value="http://_your_ip_:_port_">
<param NAME="ShowControls" VALUE="true">
<param NAME="ShowStatusBar" VALUE="true">
<embed TYPE="application/x-mplayer2" SRC="http://_your_ip_:_port_" NAME="MediaPlayer" WIDTH="324" HEIGHT="52" autostart="0" 

showcontrols="0"></embed></object></center>
For instructions view the Youtube Video
"Yawcam with streaming Audio" at http://www.youtube.com/watch?v=E5LWN_0KNr8.

The Windows media encoder is free from microsoft. Unfortunately audio lag is about 10 seconds because the video and audio cannot sync between the software. I could not find a work around for it. I hope this works for you all. This is my first tutorial so let me know how I did. :)

Re: Yawcam with streaming audio.

Posted: Tue Feb 16, 2010 4:19 pm
by arjaycob
xmanordotcom wrote:Here is the code you need to add to the settings/streaming/page designer...

Code: Select all

<center><object ID="MediaPlayer" WIDTH="324" HEIGHT="52" CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows 

Media Player components..." TYPE="application/x-oleobject" 

CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">

<param name="autoStart" value="true">
<param name="filename" value="http://_your_ip_:_port_">
<param NAME="ShowControls" VALUE="true">
<param NAME="ShowStatusBar" VALUE="true">
<embed TYPE="application/x-mplayer2" SRC="http://_your_ip_:_port_" NAME="MediaPlayer" WIDTH="324" HEIGHT="52" autostart="0" 

showcontrols="0"></embed></object></center>
For instructions view the Youtube Video
"Yawcam with streaming Audio" which is comming soon.

I should have uploaded it by now but CAMTASIA RECORDER crashed!!! :x
I lost it ALL!!! :cry:
I'm actually looking for this one, I was lately fixing my streaming audio. Thanks for the help here.

Posted: Sat Feb 20, 2010 3:03 pm
by xmanordotcom
I'm actually looking for this one, I was lately fixing my streaming audio. Thanks for the help here.
Your very welcome :wink:

Posted: Sat Feb 20, 2010 3:18 pm
by malun
Nice!

/malun

Re: Yawcam with streaming audio.

Posted: Mon Jan 16, 2017 10:05 am
by johnnykaze
Hi Malun,
can you please give us an update on the streaming audio instructions under win10? it seems that the Windows Media Video Encoder is not more applicable.

Thanks in advance