Yawcam Embedded Audio (Working)

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
Kusaywa
Posts: 5
Joined: Wed Aug 16, 2017 5:44 am

Yawcam Embedded Audio (Working)

Post by Kusaywa »

Here's is another attempt to get audio working with Yawcam.
So far working but a bit of lag because the PC I have it on is very slow.

First, download and install Stream What You Hear (totally free): http://www.streamwhatyouhear.com/?source=swyh
Once installed and running
Go to settings
Stream to MP3
Format 48000 16 bit mono bitrate 128
Select audio source (your camera)
Only check use specific http port (I used 5901)

Now open Yawcam / Setting / Edit Setting / Stream / Page Designer
Enter the following:

<audio controls autoplay>
<source src="http://192.168.1.177:5901/stream/swyh.mp3" type="audio/mpeg">
<source src="http://192.168.1.177:5901/stream/swyh.mp3" type="audio/ogg">
<p><center>Audio may be delayed.</center></p>
</audio>

Replace the IP with the one from your PC

There is a delay like on other attempts to embed audio.

Also, depending on device, the audio may not autoplay.

I created this with a bit of guess work.
Any attempts to improve would be appreciated.
Any problems, I will try to help...
Kusaywa
Posts: 5
Joined: Wed Aug 16, 2017 5:44 am

Re: Yawcam Embedded Audio (Working)

Post by Kusaywa »

You can also create a .bat file so Yawcam and Stream What You Hear open together

@echo off
rem audio
cd C:\Program Files\Stream What You Hear
start SWYH.exe
rem yawcam
cd c:\program files\Yawcam
start yawcam.exe
exit
Post Reply