Questions tagged [drm]

DRM usually stands for Digital Rights Management

Quoting from Wikipedia:

Digital rights management (DRM) is a class of access control technologies that are used by hardware manufacturers, publishers, copyright holders and individuals with the intent to limit the use of digital content and devices after sale. DRM is any technology that inhibits uses of digital content that are not desired or intended by the content provider. Copy protection which can be circumvented without modifying the file or device, such as serial numbers or keyfiles are not generally considered to be DRM. DRM also includes specific instances of digital works or devices.

For more details refer wikipedia article on DRM

635 questions
0
votes
1 answer

Digital Rights Management in Adobe Flex

I have a NetStream set up and it's supposed to listen for DRMAuthenticateEvent.DRM_Authenticate. When I give it an encrypted file (encrypted using software from drm-x.com), no DRMAuthenticateEvenet seems to be dispatched. The code looks like…
flexor
-1
votes
0 answers

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 https://caniuse.com/?search=hevc there is support for HEVC/H.265 in chrome…
Vicky Kumar
  • 1,358
  • 1
  • 14
  • 26
-1
votes
2 answers

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 and I understand how to disable saving PDFs and…
Pavel Halko
  • 84
  • 1
  • 5
-1
votes
1 answer

How to protect video from download Vimeo

Some online resources recommended Vimeo as a video hosting platform. My aim is to have my videos hosted and protected from being downloaded by any mean (including the download extensions or plugins like). I'm in the trial version of the Plus plan. I…
MSaudi
  • 4,442
  • 2
  • 40
  • 65
-1
votes
1 answer

DRM copy protection for doc files

Does anybody know of a solution to copy protect ms word documents. We need to limit the opening of the document to the machine to which it was downloaded. Ideally we will have license server that can issue licence tokens per client
SparcU
  • 742
  • 1
  • 7
  • 27
-1
votes
2 answers

Prevent from screen recording

I am working on an educational e-commercial website .. In which the user need to authenticate and then the videos on particular topics will be available.. so how can I prevent my video to be screen-recorded...
Utkarsh
  • 11
  • 2
-1
votes
1 answer

generate xml manifest from media specifically audio

I am trying to implement DRM and EME in my my dashjs music streaming app but then I realized that to use dashjs I need to have a manifest xml file to handle segmentation ..etc so does any one know how to generate manifest automatically or even…
bedo dan
  • 9
  • 1
  • 3
-1
votes
1 answer

Drm video stops after 2 minutes of playing

Cobalt 19.lts.2.188191. I am used default implementation of Widevine L3. After 2-3 minutes the DRM video playing stops. This issue manifests itself in the following…
-1
votes
1 answer

Installing own App on Rooted WebOS LG TV

I am trying to install my own web App to a ROOTED LG TV, ignoring Developer mode status. I have successfully run it with Devmode = On, but it expires after 48 hours, and I have to do it over. I want to use the TV as a menu display. I can install my…
Margata
  • 1
  • 1
  • 4
-1
votes
1 answer

How to impl a drm scheme?

Resources about how to implementing DIY DRM scheme on the web are limited. Requirements: Convenience and not annoying for the User User account for update and online features Watermarks Product key Code obfuscation Respect fair dealing Any…
loik_1
  • 1
-1
votes
2 answers

which libs are a header file belongs to

OS:Debian9 Linux4.4 Hardware:ARMv9 How do i know which libs is a header file in /usr/include/ belongs to? for example, there is an error when I build camera-app-gstreamer: camera-app-gstreamer/xcore' drm_display.h:30:17: fatal error: drm.h: No…
Younix
  • 3
  • 1
-1
votes
1 answer

Play a DRM protected video using FPS in UIWebView

I'm developing an iOS application, which has web views inside it. Videos are getting played inside the web view. However, some of the videos are DRM protected and not being played in web view. Please help me out in playing those videos. I have…
Henit Nathwani
  • 442
  • 3
  • 10
-1
votes
1 answer

Protect temporary directory from hackers in swift

Hi I'm new in swift and XCode and have a question I want to create an application for OS X that show some movies,images,HTML5 and... My issue is that each files has big space(for example 200Mg) and i want to protect them from coping by others so i…
Jon
  • 7
  • 3
-1
votes
1 answer

Is it possible to protect audio file with PHP?

I'm trying to add on my site new feature. I want people to download audio files but files must be protected somehow (password?). Only one person (account owner) could listen to this file. Is is even possible?
Damian Hetman
  • 372
  • 4
  • 20
-1
votes
1 answer

Use widevine library in swift

i have a technical question. I have integrated the widevine library inside my swift project. I have linked with bridging header the objective-c library. The problem is that the library use: WViOsApiStatus WV_Initialize(const WViOsApiStatusCallback…
Andrea Bozza
  • 1,374
  • 2
  • 12
  • 31