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
12
votes
6 answers

What's the most secure streaming video format?

I have a project that needs to play video but not allow downloading. I'd love to use Flash, but I've seen applications that let you download files from YouTube -- this makes me wonder if Flash isn't that secure. Must I use Quicktime or Windows…
marclar
  • 3,026
  • 5
  • 35
  • 56
12
votes
3 answers

How download a MPEG Dash with DRM?

Is possible download a MPEG Dash content with DRM? How can I decrypt using the MPD file? I tried download all M4S segments (audio and video) but when I join the segments the video doesn't work properly. The site is using Widevine platform for DRM. I…
aneto
  • 1,501
  • 2
  • 13
  • 19
10
votes
3 answers

Determine DRM system supported by browser

I've trying to find out how to determine which DRM system browser is using. And in fact, only chrome say it is use 'com.widevine.alpha' where IE & Safari (Win) throw error on 'requestMediaKeySystemAccess', and firefox do not even try to say it use…
nilphilus
  • 590
  • 1
  • 5
  • 23
9
votes
11 answers

Best Shareware lock for Delphi Win32

Same intro as my last question: I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, datamodule initializer, etc) -- Basically, I have a number of…
Jamo
  • 3,238
  • 6
  • 40
  • 66
9
votes
1 answer

Playing M4V Protected Content with MPMoviePlayerController or AVPlayer (iOS)

Is there a way to have the MPMoviePlayerController (or even something lower level like AVPlayer) play protected M4V files from the iTunes Store? Using the official iTunes API…
kennyc
  • 5,490
  • 5
  • 34
  • 57
9
votes
1 answer

How to implement Clear-Key video encryption in PHP and play it in HTML

I want to implement video encryption in php and play encrypted video in HTML5 video. I have read some documents about it: https://en.wikipedia.org/wiki/Encrypted_Media_Extensions https://w3c.github.io/encrypted-media/ And I know there are…
Ali Farhoudi
  • 5,350
  • 7
  • 26
  • 44
8
votes
11 answers

How can we restrict the user from saving a web page?

How can we restrict a user from saving the page? Please provide some tips to disable File->Save and View Source options EDIT: Obviously it can't be done, and probably shouldn't be attempted. But possibly a more interesting variant on this question…
vikrant
8
votes
3 answers

What is the value added by DRM compared to encrypted streams?

This question is about video streaming using MPEG-DASH and/or HLS. I am trying to understand the value added by commercial DRM systems (such as EZDRM, BuyDRM, etc.) compared to simple encrypted streaming e.g. AES-128 encrypted HLS. I am a bit lost…
jabal
  • 11,987
  • 12
  • 51
  • 99
8
votes
7 answers

How to get cpu-id in java?

I want to create an encryption with java.Is there anyway to get CPU Id or anything that be unique in PC such as BIOS or ... for example System.getCpuId(); it is just an example Thanks a lot ...
Freeman
  • 9,464
  • 7
  • 35
  • 58
8
votes
1 answer

iOS app being killed (jettisoned) by mediaserverd memory issue (leak?) while streaming video

We are seeing a strange crash in which it appears that iOS is jettisoning our app along with mediaserverd after receiving a level 2 memory warning. It occurs while streaming DRM content (including, but not limited to, PlayReady encrypted content)…
Kevin James Hunt
  • 333
  • 3
  • 11
7
votes
2 answers

Amazon Appstore DRM - How to implement?

I haven't been able to find out much from Amazon on how their DRM works or how to even implement it, nor can I find any documentation worth a damn on it at all. Does Amazon alter the APK themselves or is this something the developer has to do? Is…
Fraggle
  • 8,607
  • 7
  • 54
  • 86
7
votes
3 answers

What's the difference between PlayReady/Widevine and ClearKey?

Like the title states, what is the difference between PlayReady/Widevine and ClearKey? Is PlayReady/Widevine better than ClearKey?
Jacob
  • 116
  • 1
  • 1
  • 5
7
votes
1 answer

How does EME prevent me from recording a netflix stream?

So we have DRM in our free software browsers now, and apparently it works quite well. The video is however still subject to the usual compositing. I am running Fedora 25 including the wayland display server. If I do understand its architecture…
choeger
  • 3,562
  • 20
  • 33
7
votes
1 answer

Calling mmap on dumbbuffer with Linux’ Direct Rendering Manager in Rust fails while working in C

For some time, I have been playing with Linux' Direct Rendering Manager, which allows one to do some very very low level graphics management. This is usually done in C, with help of libdrm, or directly using the DRM headers. I’m trying to create an…
Karamazov
  • 103
  • 6
7
votes
1 answer

What is the situation with Android support for OMA DRM?

I have searched for references on this issue but all of my attempts have been unsucessful so far. I would like to know to what extent does Android supports the OMA DRM specification? Does anyone knows of a reference that states what can be expected…
J. J.
  • 71
  • 1
  • 3
1
2
3
42 43