davethejackal
Member
I use an html file which contains the script:
<video autoplay nocontrols loop muted class=vid id="vid1">
<source src="file://C:\Trailers\SkylinesSnowfallReleaseTrailer.mp4" type="video/mp4">
</video>
And yet no video plays. All I see is the outline / box around the video. Is this supported in OBS studio browser? Works fine with OBS and CLR browser.
EDIT: I have tried replaceing the file:///<path> with the http://absolute/<path> but now they don't loop/autorepeat O.o
You can see what I use it for here https://www.twitch.tv/indiebob/v/66201512?t=3m
<video autoplay nocontrols loop muted class=vid id="vid1">
<source src="file://C:\Trailers\SkylinesSnowfallReleaseTrailer.mp4" type="video/mp4">
</video>
And yet no video plays. All I see is the outline / box around the video. Is this supported in OBS studio browser? Works fine with OBS and CLR browser.
EDIT: I have tried replaceing the file:///<path> with the http://absolute/<path> but now they don't loop/autorepeat O.o
You can see what I use it for here https://www.twitch.tv/indiebob/v/66201512?t=3m
Last edited: