android - protected (DRM) 内容的 MediaProjection API

标签 android drm

我正在尝试查找有关与受 DRM 保护的内容和 MediaProjection API 的兼容性的信息。

具体来说,我想知道我是否可以从 Netflix 或其他实现 DRM 保护的应用程序录制视频?

最佳答案

简单的回答是否定的,这并不奇怪。

来自谷歌文档(加粗):

Screen capturing and sharing Android 5.0 lets you add screen capturing and screen sharing capabilities to your app with the new android.media.projection APIs. This functionality is useful, for example, if you want to enable screen sharing in a video conferencing app.

The new createVirtualDisplay() method allows your app to capture the contents of the main screen (the default display) into a Surface object, which your app can then send across the network. The API only allows capturing non-secure screen content, and not system audio. To begin screen capturing, your app must first request the user’s permission by launching a screen capture dialog using an Intent obtained through the createScreenCaptureIntent() method.

这是链接:https://developer.android.com/about/versions/android-5.0.html#ScreenCapture

在这种情况下,“安全”是指受 DRM 保护。

关于android - protected (DRM) 内容的 MediaProjection API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42158782/

相关文章:

android - Robotium 中的 EnterText()

android - phonegap 3 android 后退按钮不起作用

javascript - 如何使用 javascript 识别唯一设备?

android - Android 对 OMA DRM 的支持情况如何?

android - 使用 MediaCodec 将加密数据解密并解码为 SurfaceTexture

android - 如何处理 ImeOptions 的完成按钮点击?

android - 尝试避免将相同的 fragment 添加到 backStack 两次,popBackStackImmediate 总是返回 false

android.support.v7.graphics.Palette 宽度和高度必须 > 0

protection - 请评论这个简单的软件保护模式