Luke Curley
Luke Curley
We currently use the `hang::cmaf::import` module. This simplifies the plugin implementation, but it requires muxing into low-latency fMP4 earlier in the pipeline only to demux it layer. Ideally, we should...
It's currently not possible to change the volume. This is not a big deal while audio is broken... but will be when #3 is fixed.
It's currently not possible to pause playback. There should be a pause button somewhere, or it occurs when you click on the window.
The backup MSE player sometimes hangs and I'm not sure why. It could use some love.
Fix audio
I disabled audio because I was getting tired of working on the player. It needs to be synchronized with video, which is actually kind of annoying thanks to WebAudio.
Audio and video are rendered out of sync. This isn't a big deal with zero latency, but matters more at higher end targets.
You can’t publish/subscribe to optional tracks, which is required for any form of ABR.
We should add support for Firefox once they have WebCodecs support. I'm not sure when that will arrive: https://github.com/mozilla/standards-positions/issues/209