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
1
vote
1 answer

Encrypting/Decrypting partial files for HTTP Live Streaming

Is it possible to encrypt/decrypt smaller segments of a file for HTTP Live Streaming, with industry-standard encryption techniques such as PlayReady and AES-128? I don't know how the default HLS implementation in iOS works with AES-128 encryption -…
Dev Kanchen
  • 2,332
  • 3
  • 28
  • 40
0
votes
1 answer

Is it possible to implement hardware-backed DRM with ClearKey?

I'm interested in using ClearKey for its open source nature and lack of reliance on external license servers owned by companies like Google and Microsoft. However, I understand Widevine, PlayReady, and FairPlay have excellent hardware integration…
Xosrov
  • 719
  • 4
  • 22
0
votes
1 answer

Is it possible to play DRM content by pure Javascript and video HTML5?

As the title of this post, I would like to know if we have a way to use pure Javascript and video HTML5 to play DRM content (movie, tv channel). I am handling a website which provide DRM contents. For each browser, we have to use a different DRM…
vanminhquangtri
  • 145
  • 1
  • 9
0
votes
0 answers

PlayReady Develop The License Server Yourself

I am new to PlayReady DRM, I am trying to develop the PlayReady License Server by myself. I have gone through the entire document at https://learn.microsoft.com/en-us/playready/ but, still can not find the guide to develop a PlayReady License Server…
CR Sardar
  • 921
  • 2
  • 17
  • 32
0
votes
0 answers

How to get DRM levels either for Widevine or Playready in web/Samsung TV/LG WebOs TV?

I am trying to get DRM levels for a particular device/browser programatically. i.e., DRM levels - L1, L2 and L3 for Widevine and sl2000, sl3000 for playready. Is there any way that I can achieve this. Thanks in advance.
0
votes
0 answers

PlayReady DRM with Windows Media Foundation

does somebody know a sample code for plain win32/64 bit applications using windows media foundation and DRM support? I found a very old sample code here: https://github.com/GoshaDE/SuperMFLib/blob/master/samples/ProtectedPlayback/Player.cs But this…
0
votes
1 answer

Azure Media Services Widevine and PlayReady DRM Error: Unable to decrypt encrypted video source 0x20500004

I am trying to upload a video file and stream it with DRM using Azure Media Services, So far I managed to upload the file, get a streaming URL and get a token but when trying to play it on http://ampdemo.azureedge.net/ I am getting an error Unable…
Ozure
  • 115
  • 2
  • 8
0
votes
1 answer

How do use PlayReady on Fire TV web platform or WebView?

According to Amazon's documentation: Q: Can web apps for Amazon Fire TV support digital rights management (DRM) for media playback? The Web App Platform supports DRM for Widevine and PlayReady. For details about DRM support for native FireTV…
Steve
  • 8,066
  • 11
  • 70
  • 112
0
votes
0 answers

Expected value of init in AMediaDrm_getKeyRequest for PlayReady

Context: I want to decrypt EME content of type video/mp4 on Android. I opened a MediaDrm instance using PlayReady UUID. AMediaDrmKeyType is KEY_TYPE_STREAMING. I am unable to obtain a key request from AMediaDrm_getKeyRequest. I suspect the init data…
Martin
  • 3,960
  • 7
  • 43
  • 43
0
votes
1 answer

How to setup FFMPEGInterop to Use DRM playready

I am using FFMPEGInterop class to play UWP video. I need to play it with playready setup but am running into issues. I can play playready with just mediaplayerelement and creating the protection manager, but when I create a FFMPEGMSS to stream it,…
0
votes
0 answers

Windows 10 - PlayReady - DRM - ProtectionManager not firing in UWP application

I recently implemented a working UWP application with PlayReady DRM based on the example code found here https://github.com/microsoft/Windows-universal-samples/blob/master/Samples/AdaptiveStreaming/cs/Helpers/PlayReadyHelper.cs with an aim to…
JayTee
  • 1,209
  • 9
  • 15
0
votes
1 answer

PlayReady DASH playback issue in Edge/IE

What is the error about? MSPR_E_NO_DECRYPTOR_AVAILABLE: Failure occurred when attempting to find a correct PlayReady decryptor object - no decryptor was found. [0x8004B896] What is PlayReady decryptor object? Is this WRMHEADER or what? I'm trying to…
Andrey Rikunov
  • 115
  • 2
  • 11
0
votes
1 answer

Roku (Brightscript) - Playing DRM Protected Video Content

These is a self answering question. Problem: Can not play videos which are protected by PlayReady DRM.
Fatih Çelik
  • 401
  • 7
  • 16
0
votes
1 answer

can anyone tell me the mime type of the playReady?

Now, I am using the method acquireDrmInfo of DRM to get Dmr info.But I don't know the mime type of playReady. can anyone tell me? thanks in advance!
Mr.Ma
  • 11
  • 4
0
votes
2 answers

PlayReady DRM request sspk or mss hash key

My device (HbbTV Set of box) should support PlayReady DRM, but i found that it can't work on Microsoft test content. the technical support engineer explain that the test content request sspk or MSS. But my hardware doesn't support sspk or MSS.…