Open GoogleCodeExporter opened 9 years ago
MPL will try supported content protections systems based on the order listed in
the manifest. MPL assumes that since it's listed in the manifest, the
application should be able to acquire the license for it. One possible
workaround would be for the application to use host.processManifest override to
remove the content protection system that it doesn't want MPL to use from the
manifest:
https://developers.google.com/cast/docs/reference/player/cast.player.api.Host#pr
ocessManifest. Alternatively, you can order the entries such that the one you
want to use is listed first. We will consider implementing support for multiple
DRM entries.
Original comment by jonathan...@google.com
on 17 Jun 2015 at 11:54
Thanks. Got it working by using host.processManifest()
Håvard
Original comment by havard@vimond.com
on 18 Jun 2015 at 10:56
Original issue reported on code.google.com by
havard@vimond.com
on 17 Jun 2015 at 9:14