Could anyone explain, why is this «Widevine CDM», whatever it is, happened to be supported on OS X and Windows, but not GNU/Linux? I used that libraries working on OS X, at least, are working on GNU/Linux too — from the programmer point of view the difference is just a graphic stack, isn't it? Otherwise they're POSIX compatible.
Announcement
Collapse
No announcement yet.
Firefox 47.0 Is Ready For Release
Collapse
X
-
Originally posted by Hi-Angel View PostCould anyone explain, why is this «Widevine CDM», whatever it is, happened to be supported on OS X and Windows, but not GNU/Linux? I used that libraries working on OS X, at least, are working on GNU/Linux too — from the programmer point of view the difference is just a graphic stack, isn't it? Otherwise they're POSIX compatible.
AFAIK, GNU/Linux versions of Firefox don't support DRM for political reasons, though I might be mistaken.
As for OS X: Yes. Pure POSIX implementations will work with little to no change. But there is more to OS X than POSIX and a different graphics stack.
Comment
-
Originally posted by Hi-Angel View PostCould anyone explain, why is this «Widevine CDM», whatever it is, happened to be supported on OS X and Windows, but not GNU/Linux? I used that libraries working on OS X, at least, are working on GNU/Linux too — from the programmer point of view the difference is just a graphic stack, isn't it? Otherwise they're POSIX compatible.
Widevine is the name of the one used in Chrome, and made by Google. Adobe's one is Primetime CDM. Widevine CDM afaik is in Chrome and works fine on linux too, but it is supposed to be run as NaCl, Google Native Client sanboxing thing that works only on chrome/ium https://github.com/nacl-webkit/chrom...y/widevine/cdm .
It's Adobe's one that lacks a Linux version.
Then sure it does not mean that the whole shebang isn't implemented like crap as usual so there are little projects that hack that in by stealing it from Chrome, https://github.com/i-rinat/gmp-widevine
But that's not something Mozilla can do themselves officially as it's technically a license violation and blah blah blah.Last edited by starshipeleven; 07 June 2016, 03:33 AM.
- Likes 1
Comment
-
Originally posted by Azrael5 View Postservo will be ready since 2095?
Comment
-
Originally posted by Termy View PostI'm playing HTML5-Youtube for a long time now on Linux+FF...the trick is: send "FF on Windows" or "Chromium" UserAgent...
Don't really know what this BS should be good for - never had any trouble, so the only thing i could think of is trying to promote Chrome or something...
- Likes 1
Comment
-
Originally posted by tomtomme View Post
the trick was / is much easier: uninstall flash. The web is so much better without it. Even the adds are html5 then
Comment
-
Originally posted by Hi-Angel View PostCould anyone explain, why is this «Widevine CDM», whatever it is, happened to be supported on OS X and Windows, but not GNU/Linux? I used that libraries working on OS X, at least, are working on GNU/Linux too — from the programmer point of view the difference is just a graphic stack, isn't it? Otherwise they're POSIX compatible.
We're working on it. We have the code to host Widevine on Linux and are endeavoring to get the Linux side enabled in the future.
- Likes 1
Comment
Comment