Brooke Vibber

Results 108 comments of Brooke Vibber

Yes, that's likely relatively simple (in that the heavy lifting of reading the file format should exist as a usable open source library ready to use :) ), and I...

Note that ogv.js does not yet include a MediaSource equivalent, so MPEG-DASH is not supported. (Not sure offhand how the DASH stuff plugs in in video.js at present.) It probably...

@jnbdz the issue in the tracker is https://github.com/brion/ogv.js/issues/359; be warned there is no official resourcing for ogv.js work at this time, so it could be some months or more depending...

Opus in WebM or Ogg container should work, yes. We're using VP9/Opus in WebM in production at Wikimedia.

@rigelk I think it needs one more tweak which I temporarily patched out over in MediaWiki land here: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/TimedMediaHandler/+/master/patches/videojs-ogvjs-webm.patch That changes the `canPlayType` method to pass through to the underlying...

Ah woops the patch was against the transpiled output. :) Needs to be slightly tweaked, eg remove the 2 that gets added in the scoping adjustments.

Main thing is exposing the base path for the Flash audio shim...

I can probably pull the instance method on OGVPlayer up to a static so you can call into that without instantiating. That would allow future complete webm etc support to...

Thanks, I'll try the custom re-registration of the prism.js bundle next time I update the config.

Can confirm that adding the extra codemirror & prism modules via the above methods seems to work fine for now -- I threw C in there and now it's working...