Skip to content Skip to sidebar Skip to footer
Showing posts with the label Media Source

Chrome: To Play A Video That Is Being Downloaded Via Fetch/xhr

What I'm trying to achieve is to make Chrome load a video file as data (via the Fetch API, XHR,… Read more Chrome: To Play A Video That Is Being Downloaded Via Fetch/xhr

Is There A Way To Send Video Data From A Video Tag/mediastream To An Offscreencanvas?

Basically I want to be able to perform effectively this same code: const video = document.getEleme… Read more Is There A Way To Send Video Data From A Video Tag/mediastream To An Offscreencanvas?