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

Chromecast Multi-language playready not detecting languages

I'm trying to play multi-language audio tracks on chromecast. It plays the video/audio files but it does not switch from English to Spanish. I can switch using the same file in a silverlight player. I've set my chromecast player language and my…
abeauchamp
  • 825
  • 2
  • 18
  • 29
1
vote
1 answer

Android: Documentation for using NdkMediaDrm with PlayReady

I wonder whether anyone has tried using NdkMediaDrm with PlayReady? If so, is there any documentation available?
Jack
  • 2,153
  • 5
  • 28
  • 43
1
vote
1 answer

Decrypt Mega.co.nz file partially using aes 128 ctr for streaming range support

How do you decrypt aes 128 ctr encrypted file from the middle for http range support? Here is the encrypted file: https://www.dropbox.com/s/8e9qembud6n3z7i/encrypted.txt?dl=0 the key is base64 encrypted:…
user3847106
  • 101
  • 3
  • 11
1
vote
1 answer

smooth streaming in html5

Is there a way to a play video in html5 player using smooth streaming?? I have a requirement of playing Playready Drm protected videos....I tried using the Dash player , using this link http://ie.microsoft.com/testdrive/HTML5/eme/ however unlike…
varun
  • 33
  • 1
  • 3
1
vote
1 answer

Playready Envelope Format

I'm trying to encrypt arbitrary content using the PlayReady envelope format, in order to send it to a 3rd party app which supports that format. I was not able to find the format specification online. Does anybody know where I can find the spec, or…
AssafD
  • 31
  • 4
1
vote
2 answers

Chromecast sender as a PlayReady license provider

Let's assume we have an encrypted stream (SmoothStreaming + Playready) and a custom receiver build on googlecast/cast-custom-receiver. I can see that device tries to get the license from the LA_URL (license acquisition URL) - extracted from stream…
trnl
  • 514
  • 3
  • 20
1
vote
1 answer

PlayReady Company Certificates for testing

I am writing a tool suite that, among other things, must support PlayReady Model Certificate generation from various Device Company CA certificates (which we will receive from customers). In order to properly test the software end-to-end I need to…
malenkiy_scot
  • 16,415
  • 6
  • 64
  • 87
1
vote
2 answers

Chromecast support for Smooth Streaming with PlayReady

I'm aware that developer-preview of Chromecast receiver does not fully support Smooth Streaming manifest URL (See Update#1). I have tested content provided by Microsoft PlayReady(TM) Test Server - Smooth Streaming assets using sample receiver app…
Hossain Khan
  • 6,332
  • 7
  • 41
  • 55
1
vote
0 answers

Sending some non-encrypted fragments in a PlayReady stream

I have a PlayReady protected Smooth Stream, which I encrypt manually (by adding the Protection element to the client manifest, adding a Sample Encryption Box inside each fragment's traf box and encrypting the actual mdat payload). I am trying to…
AssafD
  • 31
  • 4
1
vote
0 answers

playready license server request only get

I use the following implementation for PlayReady on Samsung Smart TV SDK 3.5 & 4.x. Now, in my network traces I see a plain GET Request to the license server URL being executed, but no data passed. What could be the cause for this? This is my…
bl1ck1
  • 123
  • 1
  • 2
  • 10
1
vote
2 answers

Does Chromecast support PlayReady with WMV container format?

We would like to implement VOD streaming service with DRM protected stream. Does Chromecast support PlayReady with WMV container format? We have made PlayReady-encrypted files already. And we used wmv codec for video, and wma codec for audio and…
1
vote
1 answer

WP7 playready customdata

I have a wp7 app that will play Playready protected live smooth stream. Before hitting the protected URL, the customData field needs to be set. I could not find, where to set the customdata in Wp7, whereas in Silverlight app it can be done using…
1
vote
0 answers

Safari 7.0 (Mavericks) lost connection when trying the following URL

When I try to access this on Safari 7.0 (or on IOS 7) I am getting a connection lost. But on Safari 6.0.5 (or IOS 6.0.1) the link works fine. Does anybody encounter a similar issue or know the cause of it? Thanks alot. I saw that the error is -1005…
Guy
  • 11
  • 2
1
vote
3 answers

Protecting HLS streams using Playready

I am trying Playready protect HLS streams using transform manager. It seems that the output can only be played using URL "t_200-m3u8-aapl.ism/manifest(format=m3u8-aapl)" I believe a standard HTTP server wont be able to stream it as it wont be able…
Tarun
  • 517
  • 4
  • 9
  • 24
1
vote
1 answer

Smooth streaming + Playready together on Windows 8 application

I am trying my hands on Windows 8 Application development and was trying for Playready and Smooth streaming. There are sample applications available which explain on how to implement smooth streaming and playready individually. But I am not able to…
Jigar Sheth
  • 586
  • 2
  • 5
  • 21