Skip to content

Add mxf.js to Media Players - #237

Open
emcodem wants to merge 1 commit into
ebu:masterfrom
emcodem:add/mxf-js
Open

Add mxf.js to Media Players#237
emcodem wants to merge 1 commit into
ebu:masterfrom
emcodem:add/mxf-js

Conversation

@emcodem

@emcodem emcodem commented Jun 15, 2026

Copy link
Copy Markdown

mxf.js is comparable to hls.js and dash.js and ships with a standalone 4:2:2 mpeg2 javascript decoder for XDCAM.
Therefore it can play XDCAM and H264 types like XAVC with all PCM channels natively in browser <video> element, from URL or local file.

Tester/Demo Page: https://emcodem.github.io/mxf.js/demo/index.html

@WernerBleisteiner

Copy link
Copy Markdown

Just gave it a test run. Interesting project. Thanks for sharing here.
Especially like that at a glance you can see audio levels and select single and multiple audio tracks for quick checks.
👍 for being included here.

@emcodem

emcodem commented Jun 16, 2026

Copy link
Copy Markdown
Author

Hi Werner,
yea the Audio VU bars is what i used in all my Players so far, very helpful for Broadcast use. The project worked better than expected so enjoy and let me know any shortcoming :) Please don't forget that it's a browser after all and it has only limited options for File I/O: when reading local files, the Browsers do very small blocks of I/O which is bad especailly for Network usage and when reading from a http server, we have of course lots of overhead from TCP and http...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants