I\'m working on a realtime media browsing/playback application that uses objects in the browser for playback, when available.
I\'m using a
Not much complicated. Just put your src to null.
Eg: document.querySelector('#yourVideo').src = null;
It will remove your video src attribute. Done.
src