There is a website where people stream their video online (not twitch).
Here is the code with the link to the streaming source
<video src="blob:https://some-site-here.com/18357558-8117-4aa5-a8a9-bba9b1055a87"></video>
When I post this code on my HTML page I see only one static pic from the stream and it updates on page refreshing.
Is it possible to run this video realtime? How?
Thanks