Question / Help Repeat media source every X minutes / missing browser source audio?

adjstreams

New Member
I was attempting to get two animations to pop up on my scene after about 10 seconds, then again every 15 minutes. I couldn't find an easy way to do this with media sources but realised I could use html5 video plus some javascript (setTimeout, setInterval) to do what I wanted.

The only downside to this is that the animations contain audio, and the audio doesn't get output to the recording (and presumably a live stream). My audio set up for the scene has split game sound and mic audio to separate channels/tracks.

There may be an alternative instead of using browser source that directly relates to a media source instead, but come to think of it, am I going to have the same problem with the twitch alerts pulled in via browser source? In which case I need to find a solution to this anyway.
 
Top