I have 1 video element on the page:
<video>
<source ... />
</video>
I remove the whole video tag and create a new one (exactly the same). When I do that the browser download a new video stream.
Is it possible to cache video stream in the browser memory?