Questions tagged [android-drm]

DRM framework for Android platform.

Android DRM framework offers an abstract, unified API that simplifies the management of rights-protected content. The API hides the complexity of DRM operations and allows a consistent operation mode for both rights-protected and unprotected content across a variety of DRM schemes. For device manufacturers, content owners, and Internet digital media providers the DRM framework’s plugin architecture provides a means of adding support for a specific DRM scheme to the Android system.

36 questions
0
votes
1 answer

How browser can play HD video with L3 security level?

From my knowledge, Widevine DRM has security levels like L1, L2, L3 where L1 being highest security level. Most flagship phones have L1 security level certification and hence are able to play HD,4K video. While for browsers like chrome on desktop,…
Ansh170993
  • 1
  • 1
  • 2
0
votes
1 answer

Why call provision request while using exoplayer to play widevine?

I'm trying to play a video protected by DRM (Widevine) through ExoPlayer Android library. But I observe that some google api was called when playing the content, like:…
Garkett
  • 19
  • 4
0
votes
1 answer

Android 8.1 lost responsiveness

When I launch my application after upgrading from android 7 to 8.1 I noticed that it lost a lot of responsiveness. When I'm trying to get songs from device memory I get a lot of errors like: E/SEC_DRM_PLUGIN_Omafl:…
Oktawian
  • 334
  • 1
  • 2
  • 16
0
votes
1 answer

Is there a way to find out if DASH manifest is DRM protected in ExoPlayer

I want to determine whether a DASH manifest URL is DRM protected or not using ExoPlayer - however I cannot seem to find something that can help me in this. I can see that you can achieve this using SmoothStreaming in ExoPlayer as there is a…
blackpanther
  • 10,998
  • 11
  • 48
  • 78
0
votes
1 answer

Android Exoplayer DRM hardware decryption

In my streaming app I want to play widevine drm protected dash videos with HD quality. When I tested the app on Fire TV stickst First Gen. I noteced, that the playback of the video stucks and it was very choppy. A look at the CPU workload told me,…
dudi
  • 5,523
  • 4
  • 28
  • 57
0
votes
1 answer

Widevine DRM test stream

I am trying to test a Chromecast application for DRM support. I have implemented the receiver and sender and wanted to find a test drm stream and a license url. Where can I find a test stream and a license URL to decrypt that stream?
Raj kobie
  • 93
  • 2
  • 10
1 2
3