davethejackal
Member
I want to recreate the intro screen seen at the start of this video in OBS studio using the browser source. I currently use OBS standard.
I use an html file which contains the script:
<video autoplay nocontrols loop muted class=vid id="vid1">
<source src="http://absolute/SkylinesSnowfallReleaseTrailer.mp4" type="video/mp4">
</video>
8 times for 8 different videos.
however the video does not loop as requested. I got round this with OBS using:
<video autoplay nocontrols loop muted class=vid id="vid1">
<source src="file://C:\Trailers\SkylinesSnowfallReleaseTrailer.mp4" type="video/mp4">
</video>
but this won't work with OBS Studio.
Osiris suggested placing the videos in the same folder as the HTML file and omitting the http://absolute/ which seems to work, however only the first 6 videos listed load. The last 2 are blank AND they are still not looping for me.
I use an html file which contains the script:
<video autoplay nocontrols loop muted class=vid id="vid1">
<source src="http://absolute/SkylinesSnowfallReleaseTrailer.mp4" type="video/mp4">
</video>
8 times for 8 different videos.
however the video does not loop as requested. I got round this with OBS using:
<video autoplay nocontrols loop muted class=vid id="vid1">
<source src="file://C:\Trailers\SkylinesSnowfallReleaseTrailer.mp4" type="video/mp4">
</video>
but this won't work with OBS Studio.
Osiris suggested placing the videos in the same folder as the HTML file and omitting the http://absolute/ which seems to work, however only the first 6 videos listed load. The last 2 are blank AND they are still not looping for me.
Last edited: