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
8
votes
2 answers

What does '^@' mean in vim?

When I cat a file in bash I get the following: $ cat /tmp/file microsoft When I view the same file in vim I get the following: ^@m^@i^@c^@r^@o^@s^@o^@f^@t^@ How can I identify and remove these "non-printable" characters. What does '^@' mean in…
murungu
  • 2,090
  • 4
  • 21
  • 45
5
votes
0 answers

Is there any android emulator that supports Playready DRM

I'm creating an android application that will be able to play protected streams using exoplayer and I'd like to test it on an android emulator. So far I haven't been able to find any solution that would allow me to test Playready protected…
user2349843
  • 81
  • 1
  • 5
4
votes
1 answer

Is it feasible to setup DRM license servers by our own

We want to add DRM encryption in our content and want to know if its actually feasible to have our own DRM server or should go with third party ? Also if feasible can we implement all 3 fairplay, playready, widevine ?
4
votes
1 answer

Play DRM Content with Flutter/React Native on IOS and Android

I where searching for any Solution to enable playing DRM Content on IOS and Android. I want to develop a Cross Platform Solution that can play DRM protected content, no matter if its Widevine or playready. For Flutter there wasnt any Solution, so i…
LISN
  • 43
  • 1
  • 3
3
votes
2 answers

how to encrypt Smooth Streaming with PlayReady

I am trying to develop an encryption tools that takes clear Smooth Streaming files and encrypt them with PlayReady DRM. The only solution I found is using IIS Transform Manager. My problem is that I want an offline tool without any dependency to…
Himberjack
  • 5,682
  • 18
  • 71
  • 115
3
votes
1 answer

Standard lifetime for Playready licence

My drm-client (SmartTV) gets Playready licenses to decrypt video content. Sometimes the licence should be refreshed, but it's not clear when it should be done. What is the standard or default expiration time of Playready licence? Does it exist?
Zakhar Fadeev
  • 307
  • 4
  • 15
3
votes
0 answers

Samsung Smart TV streaming MPEG DASH with PlayRead

I try to play stream (MPEG-DASH with PlayReady) on Orsay TV (Samsung TV before Tizen). Unencrypted DASH is working fine. I'm trying to acquire licence strictly according to DRM Today manual (that is my DRM provider), but the playback doesn't start,…
Dalibor
  • 1,430
  • 18
  • 42
3
votes
0 answers

playready silverlight get license fails when url is about 400 chars long

Like the title says I try to do a get license request and when my URL reaches above 400 chars it seems that no request is actually sent. Anybody notice this as well? Is there a way around it except shortening my URL?
in need of help
  • 1,606
  • 14
  • 27
3
votes
4 answers

Is there a free PlayReady server available?

I am trying to do an experiment with encrypted Microsoft smooth streaming streams. And i have a IIS server with transform manager installed. However, i wonder is there a free PlayReady server available online for testing? It can be a trial or…
Lich
  • 621
  • 6
  • 10
3
votes
3 answers

does azure media services include a playready server

I am looking at hosting DRM-protected content using azure media services. It's noted in the media services diagram that you can upload, encrypt and play DRM protected content, but it doesn't explicitly say where the playready server fits in? I've…
Bob Smith
  • 153
  • 1
  • 8
2
votes
4 answers

System.Exception 6028 thrown from MediaElement in Silverlight

After upgrade from Silverlight 4 to Silverlight 5 I get System.Exception 6028 when MediaElement in my own player tries to play DRM h264 video. It happens when I already have license stored on my computer. This happens on Silverlight 5.0.61118.0. I…
Eloar
  • 464
  • 1
  • 8
  • 21
2
votes
1 answer

How to build PlayReady Object from pssh

My PSSH-Box for PlayReady is below in base64 and hex format. "playready": { "pssh-base64":…
2
votes
1 answer

How do I get ExoPlayer to play DRM PlayReady content?

I'm unable to get DRM Playready content running through the ExoPlayer framework. I think it has something to do with my drmSessionManager Both the manifestUrl and LicenseUrl have been tested to work but it's hard to implement my changes as there are…
2
votes
1 answer

HTML5 player not working on chrome

I'm new to Stackoverflow and this will be my first question. My HTML5 player works fine on Internet Explorer but doesn't work on google chrome. I'm using a PlayReady stream which is encrypted with CENC. How can I let this work on chrome? I don't…
2
votes
1 answer

Is it possible to playback a playready content protedted mpeg-dash streaming by HTML5/Pure javascript player on Android4.4(Chrome)?

I think that the implementations of Encripted Media Extension(EME) and Content Decryption Module(CDM) are required to playback the content protected mpeg-dash streaming by a HTML5/pure javascript player. Are EME and CDM implemented on Android 4.4…
1
2 3 4 5 6