I'm creating a project that shows image/video in OBS Studio.
I use Browser source to show my stuff.
Everything is working on normal browsers, but only video does not showing in OBS and it's not even show me a preview.
<video src="http://example.com/video.mp4" autoplay></video>
<video autoplay>
<source src="http://example.com/video.mp4" type="video/mp4" />
</video>
None of them work!
I use Browser source to show my stuff.
Everything is working on normal browsers, but only video does not showing in OBS and it's not even show me a preview.
<video src="http://example.com/video.mp4" autoplay></video>
<video autoplay>
<source src="http://example.com/video.mp4" type="video/mp4" />
</video>
None of them work!
Last edited: