Mux test


muxPlayer.addEventListener('play', event => {
muxPlayer.currentTime = Number.MAX_SAFE_INTEGER; // an arbitrarily large number
});