widevine

Encryption settings for Widevine CENC on Azure Media Services

喜你入骨 提交于 2020-04-11 06:32:32
问题 I want to use Azure Media Services to provide the licenses for content protection. I created the ContentKey using the PHP SDK, and got the license URL for Widevine. I'm using packager in my side to encrypt the video. My problem is (mostly because of ignorance) that I don't know where to find the value for the parameters "--signer", "--aes_signing_key" and "--aes_signing_iv". I read in some tutorials that these values are provided by Widevine, but in my case I assumed that were provided by

Decrypting widevine DRM protected video in android using MediaDrm

时间秒杀一切 提交于 2020-01-02 13:33:50
问题 I am trying to decrypt widevine DRm protected media file using Android's MediaDrm API. But MediaDrm is instantiated using UUId( of DRM-scheme). Android developer site says "App accesses the DRM-scheme-identifying UUID, typically from metadata in the content, and uses this UUID to construct an instance of a MediaDrm object that is able to support the DRM scheme required by the content". (www.developer.android.com/reference/android/media/MediaDrm.html). So I tried to get UUID using

Decrypting widevine DRM protected video in android using MediaDrm

∥☆過路亽.° 提交于 2020-01-02 13:32:52
问题 I am trying to decrypt widevine DRm protected media file using Android's MediaDrm API. But MediaDrm is instantiated using UUId( of DRM-scheme). Android developer site says "App accesses the DRM-scheme-identifying UUID, typically from metadata in the content, and uses this UUID to construct an instance of a MediaDrm object that is able to support the DRM scheme required by the content". (www.developer.android.com/reference/android/media/MediaDrm.html). So I tried to get UUID using

How to prevent iOS11 Built in screen recording feature just like Amazon Prime for protected DRM content?

此生再无相见时 提交于 2019-12-22 17:05:50
问题 WideVine iOS CDM Player is playing DRM Protected content. Now, iOS11 introduce a new built-in feature i.e Screen Recording. Using this feature a user can easily capture or record DRM Protected content. I used iOS11 Beta isCaptured and UIScreenCapturedDidChange Property and try to prevent DRM protected content to recorded, But This isCaptured and UIScreenCapturedDidChange working fine when the first time I Launch my Application. Now, when I Kill my running App(Terminate the application) and

How to prevent iOS11 Built in screen recording feature just like Amazon Prime for protected DRM content?

别说谁变了你拦得住时间么 提交于 2019-12-22 17:05:32
问题 WideVine iOS CDM Player is playing DRM Protected content. Now, iOS11 introduce a new built-in feature i.e Screen Recording. Using this feature a user can easily capture or record DRM Protected content. I used iOS11 Beta isCaptured and UIScreenCapturedDidChange Property and try to prevent DRM protected content to recorded, But This isCaptured and UIScreenCapturedDidChange working fine when the first time I Launch my Application. Now, when I Kill my running App(Terminate the application) and

Play widevine content located in App Documents iOS

僤鯓⒐⒋嵵緔 提交于 2019-12-12 03:22:29
问题 I am trying to playback a wvm file that I download through an iOS app and located in the apps document directory. I am getting a 1013 error and I believe this is due to the files location and the WideVine api not having access to that location. Any ideas on how to overcome this? Or am I wrong and the issue is something else? Thanks 回答1: Well, I found this issue to be with the File URL starting with File:// Once I removed that it all worked great. 来源: https://stackoverflow.com/questions

DRMManagerClient acquireDrmInfo is failing

喜欢而已 提交于 2019-12-11 14:48:35
问题 I am developing an application that is meant to playback Widevine protected contents. I am trying to run application on Genymotion virtual Android device. But when I do so application fails to acquire DRM info. Thus following code returns null and application won't proceed further. DrmInfoRequest request = new DrmInfoRequest(DrmInfoRequest.TYPE_REGISTRATION_INFO, Settings.WIDEVINE_MIME_TYPE); request.put("WVPortalKey", portal); DrmInfo response = mDrmManager.acquireDrmInfo(request); I am

Widevine video streaming on iOS and AirPlay

落爺英雄遲暮 提交于 2019-12-06 14:43:52
问题 Could you help us please with the following problem related to the DRM (Widevine) encrypted video stream playback and use of the AirPlay? When we tried to play the video from iPhone with use of the AirPlay on Apple TV, the "failed to load content” error was shown on the TV screen. We are not sure if that is correct behaviour. We think it is, because for encrypted video playback we cannot use the AirPlay as it transports the raw unencrypted stream, right? So far we found that the only possible

How to prevent iOS11 Built in screen recording feature just like Amazon Prime for protected DRM content?

南楼画角 提交于 2019-12-06 04:59:28
WideVine iOS CDM Player is playing DRM Protected content. Now, iOS11 introduce a new built-in feature i.e Screen Recording. Using this feature a user can easily capture or record DRM Protected content. I used iOS11 Beta isCaptured and UIScreenCapturedDidChange Property and try to prevent DRM protected content to recorded, But This isCaptured and UIScreenCapturedDidChange working fine when the first time I Launch my Application. Now, when I Kill my running App(Terminate the application) and Launch again then my App doesn't receive any value for isCaptured and UIScreenCapturedDidChange. Now I

Widevine video streaming on iOS and AirPlay

烂漫一生 提交于 2019-12-04 18:51:17
Could you help us please with the following problem related to the DRM (Widevine) encrypted video stream playback and use of the AirPlay? When we tried to play the video from iPhone with use of the AirPlay on Apple TV, the "failed to load content” error was shown on the TV screen. We are not sure if that is correct behaviour. We think it is, because for encrypted video playback we cannot use the AirPlay as it transports the raw unencrypted stream, right? So far we found that the only possible solution is showing video on iPhone, while playing audio on the AppleTV, it seems that for audio the