Not TestedTesting not done, may not work properly
Media

Media Source Extensions (MSE)

Buffer and play video streams dynamically using MediaSource API.

Checking support...
Advertisement

Interactive Input Workspace

Ready for input

Web API Execution Output

Result output will be displayed here after processing...

Native JavaScript Code Example (Zero Libraries)

const ms = new MediaSource();
video.src = URL.createObjectURL(ms);

About the Media Source Extensions (MSE) Web API

MediaSource interface allows HTMLMediaElement to play media streams generated by JS.

Specification:W3C & WHATWG Web API Standard
Sponsored Content