Question / Help Broswer Source Audio Outputted to me But not Stream

iammasky

New Member
So I have setup a popup alert that displays on a timer set for every 25 minutes and when it plays theres an audio portion that is supposed to go off as well. its built into the video file. When the alert pops I can heard the audio but its not outputting any audio to the stream. I have tested it in a recording as well and theres no sound from it.

In order to create the pop up I had to code a html file myself I will include my code in this post just in case its an issue in that and not OBS itself.

Thanks for any help.

Code:
<!DOCTYPE html>
<html>

<head>
  <meta http-equiv="refresh" content="1200">
</head>

<body>

<video width="533" height="172" autoplay>
  <source src="http://iammasky.com/wp-content/uploads/2017/05/twittergreen.mp4" type="video/mp4">
</video>


</body>
</html>
 

iammasky

New Member
I found the issue. It actually had nothing to do with OBS at all and I cant believe I didnt think of this. The issue was with Voicemeter Banana.

Thanks for the help!
 
Top