Quantcast
Channel: Active questions tagged drm - Stack Overflow
Browsing latest articles
Browse All 67 View Live

How does this tag prevent its contents from being downloaded?

Taking this video as an example, here is the html tag which seems to be the critical piece of content:<video id="dmp_Video" style="display: block; width: 350px; height: 197.436px; top: 0px; left:...

View Article



Implementing HLS Streaming with ClearKey DRM in VideoJS

I would like to know how my HLS manifest has to look like in order to trigger videojs-contrib-eme ClearKey functionality explicitly using HLS streaming (not DASH). Currently, my manifest looks like...

View Article

Issue in playing fairplay video with avplayer

We have to play some encrypted videos from the server.In AVAssetResourceLoaderDelegate we got the ckc data correctly and responded with that. Then video just starts playing and stops immediately. When...

View Article

How to decode DRM protected content (FairPlay, WideVine etc) using Video...

I have a custom player on iOS which can decode a HEVC stream using the HEVC decoder provided by the video toolbox, get the handle to the decoded frame, pass it to Metal and render the frame using...

View Article

Is there a way to register a new DRM key system to be recognized by browsers...

I'd like to create a new kind of DRM system, as sibbling of org.w3.clearkey, com.widevine.alpha or others. actually Im still figuring out whether it's possible and how to implement it.The ultimate goal...

View Article


How to Integrate RMSDK on IOS for DRM function

I recently had trouble integrating RMSDK on IOS, can you give me some advice on DRM features?Adobe provided me with a demo and an sdk zip file, I have successfully run the demo, but I don't know how to...

View Article

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...

View Article

How can I plot an EC50 value onto my dose-response curve in R?

I used the drm() function in R to find the EC50 value of my data, and then created a dose-response plot. Now have the EC50 value of my data and a plot, but I want to add the EC50 value onto the curve....

View Article


Preventing Screenshots and Screen Recording on Website written in React

I have videos stored on Cloudflare and am streaming them to my React website using Stream : https://github.com/cloudflare/stream-reactI want to prevent screen recording and screenshots when the videos...

View Article


Why desktop chrome only supports Widevine CDM security level L3?

I am curious why desktop Chrome only supports L3 CDM, while android Chrome and ChromeOS can support L1 CDM.Is there any possible reason for that??Just to roughly guess, two possible reason could be to...

View Article

How to identify unique devices using javascript?

I was wondering how streaming service providers like Netflix, Hulu, Sling.. et identify my device when I login using web Browser on my labtop.I couldn't find any Javascript APIs to get a GUID or so.

View Article

Not able to play H265 stream with DRM on chrome

Integrated shaka-player for HEVC/H.265 and drm encrypted videos which works fine on safari but on chrome video is not playing(HEVC/H.265 when DRM encrypted)I can check in...

View Article

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...

View Article


Any security or encryption with ODR content in iOS? (On-Demand Resources)

When using Apple’s On-Demand Resources (ODR) feature, is there any protection of the downloaded resources? Any DRM features?Are the downloaded files encrypted or otherwise protected from the prying...

View Article

Huawei DRM SDK gives RuntimeException

I have and app published on Huawei AppGallery. The application is paid and is protected by the huawei DRM SDK, and everything was working fine even the huawei DRM SDK.But I now wanted to launch a new...

View Article


How to download Widevine encrypted m3u8 stream

I have an m3u8 stream with the following tags.The difficulty is that when I try to decrypt segments using mp4decrypt/ffmpeg, nothing comes...

View Article

Does xBox in developer mode supports video DRM playback with SL2000 or SL3000...

I work with device - Xbox Series S in developer mode,OS VERSION: 10.0.25398.3491I tried to run the video with DRM. But it does not work.In the documentation, I find - on development kits, there is an...

View Article


Preventing Screenshots and Screen Recording through DRMs?

I am building a website which consists of videos that are structured like courses, for students to access. This will be a subscription based model. These videos are yoga videos, that are structured to...

View Article

How to setup a playlist in jwplayer?

I'm trying to setup jwplayer with DRM. I want to use playlist[].sources[] for this.My code looks like this:jwplayer.setup({ playlist: [{ sources: [ { file: 'myfile1...' }, { file: 'myfile2...' }, ]...

View Article

Widevine DRM - Body request payload

I'm working on the integration of a player which have to play streams secured with Widevine DRM in a browser.I've checked some well-known players :DashJs -...

View Article

DRM session error java.lang.IllegalArgumentException: {}: BAD_VALUE

This problem occurs when trying to play content on devices with Android 13, playback works correctly on devices with Android version 12, 8, 9ExoPlayer version2.18.2Devices affectedGoogle Pixel 6I...

View Article


AVPlayer:While playing DRM video, sometimes the audio and video both are not...

I have a tvOS video app which has DRM implemented. I do not get any errors from ContentKey methods and video plays fine most of the time. But sometimes, the audio and video both don't work but only the...

View Article


shouldWaitForLoadingOfRequestedResource delegate method not getting called

I'm trying to implement DRM in the app. It's working fine on the sample app, which I downloaded from https://github.com/ankit0812/FairplayTestProj/tree/main. But when I am using the same code on my...

View Article

Dashjs and persistence license, how to handle an expired/obsolete license...

Persistent license on Dashjs4.x(latest) See issue #3169. I was able to proofOfConcept and works on Win10 EdgeChromium. How should I handle a license expiration or obsolete drmSessionId? My test license...

View Article

Can we prevent screenshots of a pdf?

Is it possible for a PDF to go completely black when screen capture of some sort is enabled?Could it be possible to do programmatically? Adding some sort of encryption?I am working on an ebook store...

View Article


Image may be NSFW.
Clik here to view.

How to bypass Bunny image requests acting as ACK when downloading DRM videos?

I'm trying to download DRM videos from a website using a Python script that simulates the DRM mechanism. However, I've hit a roadblock with a new behavior I've encountered in some videos.Upon analyzing...

View Article

Seeking Flutter Video Player with DRM Support for HLS Playback

I'm developing a Flutter application that requires video playback with two key functionalities:1. Digital Rights Management (DRM): To safeguard content security, I need a video player that integrates...

View Article

Video player with dynamic pointer to prevent recording

I would like to implement a video player in my web platform. Where the admin would upload videos and then the users could watch them. And I came to an idea to implement some sort of protection against...

View Article

Offline Widevine DRM playback error gives "Crypto key not available" on...

I'm trying to play a downloaded DASH stream protected by Widevine DRM on Motorola Moto G20. Player shows the expected duration but playback won't start, I get this...

View Article



Adobe DRM not getting acsm files for image pdf

I have an sample image pdf which I want to get drm'ed from adobe, for normal pdf adobe drm does works superbly, Please find link...

View Article
Browsing latest articles
Browse All 67 View Live




Latest Images