Questions tagged [playready]

PlayReady is the current DRM solution from Microsoft.

PlayReady is a generic DRM solution from Microsoft for protecting any kind of files. It is most often found on protected video content. It replaces the previous WMDRM for protecting videos.

http://www.microsoft.com/PlayReady/

The Netflix Silverlight application is a very common example of PlayReady protected video content.

80 questions
2
votes
1 answer

programmatically deleted cached persistant Playready License

I am currently working on a system where there is a clear use case to over write the current Playready DRM licence that the player is currently using to decrypt a live stream. (using Silverlight and SMFPlayer) - this is to clear the current licence…
Vade
  • 2,009
  • 6
  • 24
  • 32
2
votes
1 answer

Loopback servers do not work on iOS7 anymore?

I use a loopback server to play locally cached HTTP Live Streaming files (m3u8, ts, etc). This used to work perfectly in iOS6 circa May-Jun 2013. Revisiting the app now after about a year with iOS7, it looks like the loopback server does not work…
Dev Kanchen
  • 2,332
  • 3
  • 28
  • 40
2
votes
1 answer

How do you clear a cached Playready license on an Android device?

Background: When issuing Playready DRM licenses, you can specify an expiration time on the license. From what I understand, if the license hasn't expired, the license is stored somewhere on the client and subsequent requests can just use this…
anjayloo
  • 21
  • 4
2
votes
1 answer

Microsoft PlayReady DRM P160 Eliptical Curve Parameters

I am attempting to create the properly DER encoded ECC parameters for the custom Microsoft P160 PlayReady curve to feed into a HSM. I have found a few sources that specify the definition of the P160 curve since it is non-standard and custom. Below…
Benton
  • 196
  • 2
  • 7
1
vote
1 answer

How do I play protected content with Media Foundation?

I'm trying to playback mp4 files using Media Foundation. I am using this documentation as a reference. Using that logic I can playback unprotected files but cannot playback protected files. In order to playback protected files, you need to do some…
Luke
  • 11,211
  • 2
  • 27
  • 38
1
vote
1 answer

DRM exception: processLicense - Roku Ultra

I have a Roku Channel and it has live as well as non-live content, content is playing well for most of the Roku Devices but on Roku Ultra it's failing. I am experiencing the following error: = { code: -6 …
Shishupal Shakya
  • 1,632
  • 2
  • 18
  • 41
1
vote
1 answer

getting error when i try to use "react-native-dom "--error Unrecognized command "dom"

I have followed documentation yarn add --dev rnpm-plugin-dom react-native dom error error Unrecognized command "dom".
bhaRATh
  • 716
  • 4
  • 23
1
vote
3 answers

Is it possible to decrypt a DRM HLS content in windows?

I have to develop a function that decrypt a DRM HLS content using video.js lib. I've retrieved about this issue and I found it(https://learn.microsoft.com/ko-kr/azure/media-services/previous/media-services-protect-hls-with-fairplay) So I've used…
Mingyu Choi
  • 71
  • 1
  • 7
1
vote
1 answer

Play PlayReady 4.0+ Test Content with dash.js

Im trying to test out the sample streams given in PlayReady test content. Im using dash.js as the player and testing in Edge(Dev). Im getting this error at the playback. [61][Stream] audioCodec (audio/mp4;codecs="ac-3") is not supported My…
Kassa
  • 306
  • 1
  • 8
1
vote
0 answers

How to get PlayReady DRM Info from Android TV?

I want to get PlayReady DRM Info from Nexus Player in Android. I have tried many methods, but they did not work. Can anyone help me? Thank you very much. I looked at free application(DRM Info). It can tell me PlayReady is supported, but it cannot…
Mr.Ma
  • 11
  • 4
1
vote
2 answers

Does PlayReady play encrypted HLS on iOS only?

It seems PlayReady can't play HLS on platforms other than iOS but no obvious proofs found.
Andrey Rikunov
  • 115
  • 2
  • 11
1
vote
0 answers

Signing WLMA.ocx with ev signing code certificate

In order to get Microsoft PlayReady Server Agreement I need to sign WMLA.ocx file with Extended Validation Code Signing Certificate and send it back to Microsoft. I've obtained Extended Validation Code Signing Certificate pack from Thawte, it…
cofeefan
  • 11
  • 1
1
vote
1 answer

DRM with MediaPlayerElement

Migrating some video playing code from Silverlight to UWP. In the SL app, I used the MediaElement object and its LicenseAcquirer to facilitate the DRM, as follows: mediaElement1.LicenseAcquirer = new ManualLicenseAcquirer(mediaElement1.Name, new…
Sean
  • 2,531
  • 2
  • 17
  • 17
1
vote
1 answer

Issue with PlayReady in Windows 10

I have an issue running PlayReady protected streams in my UWP app. When I set the source on a MediaElement it fails with this error: MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x8007023F I have tried the official samples from MS…
thomasmartinsen
  • 1,983
  • 14
  • 21
1
vote
2 answers

Android MediaDrm PlayReady - API calls hang

I am using the Android NDK MediaDrm API to decrypt video access units with PlayReady. I have found that certain API calls hang indefinitely. These calls are all successful in this…
Jack
  • 2,153
  • 5
  • 28
  • 43