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

Mp3 Support On Firefox Mediasourceextension

I'm looking into implementing adaptive and progressive audio streaming in the browser, with no … Read more Mp3 Support On Firefox Mediasourceextension

'audio/wav' Mime Type Not Supported By Mse Soucebuffer Object, But Audio Src Attribute Pointing At .wav Plays Just Fine

I'm trying create a SourceBuffer from the W3 Media Source Extension API with Mime type 'aud… Read more 'audio/wav' Mime Type Not Supported By Mse Soucebuffer Object, But Audio Src Attribute Pointing At .wav Plays Just Fine

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