Hacker News new | ask | show | jobs
by eldod 3778 days ago
There are no DRMs on the NYT streams (hls.js supports AES encryption, but it's not exactly a DRM liek Widewine or Playready).

Firefox Android doesn't have Media source Extensions, that allow HLS support in HTML5 : http://www.jwplayer.com/html5/mediasource/

1 comments

Firefox on Android is supposed support MSE (for MP4/H.264, but not WebM/VP9). For example, YouTube MSE works in Firefox. Is it broken for you? That JW Player page is out of date. It also says MSE doesn't work on Firefox desktop. :)
I recall reading somewhere that there's a whitelist for MSE and only a few sites are enabled on FF right now?
Yes. There was a temporary whitelist while Firefox MSE was still in development (to workaround some API incompatibilities on some video sites), but the MSE whitelist was removed in Firefox 42 (November 2015) allow all websites to access the MSE APIs:

https://bugzilla.mozilla.org/show_bug.cgi?id=1185611#c6

I don't think MSE is yet enabled on Firefox mobile, it was not working the last time I tested.

It says unsupported here, I guess this one is up to date: https://developer.mozilla.org/en-US/docs/Web/API/MediaSource

MSE has been available on Android since Firefox 41 (bug 1084456). That MDN page was out of date. Thanks for pointing out the error! I just updated it. :)

https://bugzilla.mozilla.org/show_bug.cgi?id=1084456