Android 中 DRM 框架的示例/教程

发布于 2024-12-12 11:40:36 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

帅冕 2024-12-19 11:40:36

编辑:示例直通 DRM 插件现已在 AOSP 中的 frameworks/base/drm/libdrmframework/plugins/passthru/ 下提供


有关于使用 DRM 框架的教程吗?示例代码?

不幸的是,还没有。有关于此的唯一公开文档位于 android.drm 包中摘要文档。

如何设置环境 - 创建内容和许可证的服务器端?

这是特定于 DRM 提供商的。

互联网上是否有任何受 DRM 保护的视频可供我用于测试?

这也是 DRM 提供商特有的。

插件框架声称具有可扩展性,但我既找不到插件 AI 定义,也找不到如何创建/添加自定义插件的描述

我认为一旦源代码发布,这会变得更加清晰,但目前还没有进一步的说明不幸的是这方面的信息。

EDIT: An example pass-through DRM plugin is now available in AOSP under frameworks/base/drm/libdrmframework/plugins/passthru/


Are there any tutorials on using the DRM framework? Sample code?

Not yet, unfortunately. The only public documentation on this is at the android.drm package summary docs.

How to set up an environment - the server side that creates the content and licenses?

This is specific to the DRM provider.

Are there any DRM protected videos in the Internet that I can use for testing?

This too is specific to the DRM provider.

The plugin framework claims extensibility, but I can't find neither plugin AI definitions, nor description how to create/add a custom plugin

I think this will become more clear once the source code is released, but for now there isn't any further info on this unfortunately.

夜还是长夜 2024-12-19 11:40:36

可能的一种检查方法是使用 Exoplayer 库 中的演示应用。
演示播放器使用一些 测试内容用于widevine和playready。所以你可以参考正在使用的API。

Probably one way to check is using the demo app in the Exoplayer library.
The demo player uses some test content for widevine and playready. So you can refer to the APIs being used.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文