Home

The demo page for the blog articles

Play Local MP4 Video Files in Your Browser (part I): Pure JavaScript Video Player Tutorial with MP4Box libraryPlay Local MP4 Video Files in Your Browser (part II): MP4 file fragmentation in pure JS using ffmpeg library in browser

Playing a video file using MP4Box library

This page can accept any video file, and it is supposed to play it via the MSE in browser by using MP4Box library to fragment the video file prior to playing it.
The MP4Box library is designed to process the video files on the fly, which allows for on-the-fly fragmentation and playing in MSE.