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
0
votes
1 answer

PlayReady for offline content protection in Azure Media Services

I want to protect my uploaded content after it is downloaded. This link provides some pointers about doing that. The link refers to using a .ismv file for this. But as far as I know, the Media Encoder used to encode MP4 to Smooth Streaming is…
V. G.
  • 429
  • 1
  • 5
  • 18
0
votes
0 answers

DRM playready license acquisition

i'm implementing a DRM server, so far HLS is working great but i have a problem with the playready key encryption, i know that i need to use the public key and License Nonce(IV) from the client request but i couldn't find the algorithm to encrypt…
Ortal Turgeman
  • 143
  • 4
  • 14
0
votes
2 answers

PlayReady DRM on iOS: Can you copy the decrypted video image to your own GL Context?

Has anybody had experience using Microsoft's PlayReady Client SDK on iOS? PlayReady Client SDK for iOS – Used to develop PlayReady-enabled apps that leverage native iOS APIs. This SDK can be used to implement PlayReady protection for media…
schmittsfn
  • 1,412
  • 18
  • 40
0
votes
1 answer

Playready encrypted test SMOOTH content with a license URL and token

Is there a test Playreadyready encrypted SMOOTH stream that needs a license URL and token? I had a look into http://playready.directtaps.net/smoothstreaming/ and got a playready encrypted stream…
Anna
  • 11
  • 4
0
votes
1 answer

ExoPlayer: "Internal runtime error" on certain PlayReady-protected assets

I'm working on an app for Android TV devices, which uses ExoPlayer as the video player and I'm using Smooth Streaming video with PlayReady DRM. The app is capable of perform key requests, etc. without any issues and most of the content is playing. I…
Michell Bak
  • 13,182
  • 11
  • 64
  • 121
0
votes
1 answer

OAuth in PlayReady License Retrieval in UWP

Any idea how to inject OAuth headers into PlayReadyLicenseAcquisitionServiceRequest so they are included with the BeginServiceRequest()? I can't leverage the license URL's query string, or embed the OAuth token in the body; it has to be in the…
Sean
  • 2,531
  • 2
  • 17
  • 17
0
votes
1 answer

Coverting Encrypted HLS to MP4 clear

Can anyone advise on how to construct an MP4 file from an HLS stream encrypted with Playready (the reverse of what you usually do)? I have the m3u8 a and encryption key - is there a straightforward way of getting a single MP4 using FFMPEG or some…
emav
  • 1
  • 1
0
votes
1 answer

Decryption of an mp4

Is there a way I can decrypt a file that I downloaded? Originaly it was mpd file but I downloaded mp4 using dash downloader. I can see KID, com.widevine.alpha X-AxDRM-Message and com.microsoft.playready X-AxDRM-Message.
Nojus741
  • 480
  • 1
  • 5
  • 13
0
votes
0 answers

Decrypt a PlayReady encrypted smooth streaming content (PIFF 1.3)

I am looking for a tool to decrypt a PlayReady encrypted Smooth Streaming content(with PIFF 1.3) into a clear smooth streaming asset. I have the encryption key and IV. Is there any tool recommendations or open source project I could…
0
votes
1 answer

PlayReady DRM on Wowza with custom streaming app

I have build a custom app(Android platform) that live streams my mic and camera to a wowza server. I want to extend the Microsoft PlayReady SDK (for securing the content),but I am a little bit confused about how to do it. Far as I read here (see…
0
votes
2 answers

How to test EME with PlayReady?

Google provides a reference application for EME with PlayReady. See EME with PlayReady: http://goo.gl/0vdok Which browser/operating system combination supports this reference setup? According to the documentation from Microsoft Internet Explorer 11…
HH.
  • 197
  • 3
  • 17
0
votes
1 answer

Second bind() call failed with license expire for Non persistence license type in Playready

Second bind()call failed with license expire for Non persistence license in Play ready, I am working to support one service: Play back sequence of service is below: do WI. Call Bind()--> failed with License not found do LA (Acquire License). call…
sandy
  • 1
  • 2
0
votes
0 answers

PlayReady ClientID Individualization on Samsung SmartTVs

There is a fairly common practice to individualize the client of an app using the PlayReady IBX (Individualization Black Box). You can find more about this here…
Eduardo Cobuci
  • 5,621
  • 4
  • 25
  • 27
0
votes
1 answer

Android NDK MediaDrm getKeyRequest doesn't return URL

I'm using the MediaDrm API for PlayReady decryption. I've noticed the NDK AMediaDrm_getKeyRequest method doesn't return the defaultUrl to use to send the request. There seems to be a contradiction in the documentation (See NdkMediaDrm.h line 154) as…
Jack
  • 2,153
  • 5
  • 28
  • 43
0
votes
1 answer

Offline playback on Android devices using Microsoft Playready SDK

anyone knows how to playback a local video file on Android devices using Microsoft Playready SDK? Any code example? Thanks a lot in advance!