drm

Restrict functionality to a certain computer

蓝咒 提交于 2019-12-06 05:19:05
问题 I have a program that is using a configuration file. I would like to tie the configuration file to the PC, so copying the file on another PC with the same configuration won't work. I know that Windows Activation Mecanism is monitoring hardware to detect changes and that it can tolerates some minor changes to the hardware. Is there any library that can help me doing that? My other option is to use WMI to get Hardware configuration and to program my own tolerance mecanism. Thanks a lot, Nicolas

How to prevent iOS11 Built in screen recording feature just like Amazon Prime for protected DRM content?

南楼画角 提交于 2019-12-06 04:59:28
WideVine iOS CDM Player is playing DRM Protected content. Now, iOS11 introduce a new built-in feature i.e Screen Recording. Using this feature a user can easily capture or record DRM Protected content. I used iOS11 Beta isCaptured and UIScreenCapturedDidChange Property and try to prevent DRM protected content to recorded, But This isCaptured and UIScreenCapturedDidChange working fine when the first time I Launch my Application. Now, when I Kill my running App(Terminate the application) and Launch again then my App doesn't receive any value for isCaptured and UIScreenCapturedDidChange. Now I

Android Widevine HLS/DRM support

拟墨画扇 提交于 2019-12-05 10:24:16
It will be soon 2 years since Google acquires the Widevine company that provides the DRM support for protecting e.g. the HLS H.264/AAC streams. According to the http://www.widevine.com/ not only Android, but also iPhone/iPad and game consoles like Wii or PS3 ares supported. Does anybody experience with the Android Widevine DRM? Regards, STeN you must be certified by google to work with the Widevine APIs. the certification is called CWIP and requires paying a substantial sum and going through a course. 来源: https://stackoverflow.com/questions/10350245/android-widevine-hls-drm-support

Playing Movies from ITunes using MPMoviePlayerController?

不想你离开。 提交于 2019-12-05 08:42:17
I'm trying to play a movie acquired from iTunes. The movie was placed in my sandbox via File Sharing/iTunes Transfer. The application is using MPMoviePlayerController or MPMoviePlayerViewController . I can use either, but neither have work properly on an iTunes movie. Below is what I am observing: Test Movie Acquired from Hillegass (Chapter 20) - OK [1] Acquired from Apple's sample - OK [2] Apple Video app - OK iTunes Movie No video No audio Silent failure in my application [3] Silent failure in Hillegass' sample [3] Silent failure in Apple's sample [3] Apple Video app - OK When the view is

about Airplay Mirroring… things after fp-setup [closed]

喜你入骨 提交于 2019-12-05 02:27:08
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . My project is to grab decrypted Airplay Mirrorred h.264 screen data from my Android device. Since I know nothing about AES-like things... So I skipped that step with hard coded data, omnipeek'ed from, between My iPad and AppleTV. Started with the "Unofficial Airplay Protocol".

Widevine video streaming on iOS and AirPlay

烂漫一生 提交于 2019-12-04 18:51:17
Could you help us please with the following problem related to the DRM (Widevine) encrypted video stream playback and use of the AirPlay? When we tried to play the video from iPhone with use of the AirPlay on Apple TV, the "failed to load content” error was shown on the TV screen. We are not sure if that is correct behaviour. We think it is, because for encrypted video playback we cannot use the AirPlay as it transports the raw unencrypted stream, right? So far we found that the only possible solution is showing video on iPhone, while playing audio on the AppleTV, it seems that for audio the

Samsung Smart TV streaming MPEG DASH with PlayRead

拜拜、爱过 提交于 2019-12-04 14:16:40
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, and after a while I get rendering error, or no stream at all. CustomData is generated due the DRM provider specification and it works on other platforms and devices. It's base64 hashed to customDataBase64 due to the DRM provider's manual. <object id="pluginPlayerSef" classid="clsid:SAMSUNG-INFOLINK-SEF" style="border:none; width:0px;height:0px;"><

Restrict functionality to a certain computer

情到浓时终转凉″ 提交于 2019-12-04 10:19:20
I have a program that is using a configuration file. I would like to tie the configuration file to the PC, so copying the file on another PC with the same configuration won't work. I know that Windows Activation Mecanism is monitoring hardware to detect changes and that it can tolerates some minor changes to the hardware. Is there any library that can help me doing that? My other option is to use WMI to get Hardware configuration and to program my own tolerance mecanism. Thanks a lot, Nicolas Microsoft Software Licensing and Protection Services has functionality to bind a license to hardware.

Determine DRM system supported by browser

放肆的年华 提交于 2019-12-04 04:59:40
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 'com.adobe.acccess' =] function isKeySystemSupported(keySystem) { var dfd = Q.defer(); console.log('check: ', keySystem); navigator.requestMediaKeySystemAccess(keySystem, [{contentType: 'video/webm; codecs="vp9"'}]).then(function() { dfd.resolve(true); }, function() { dfd.resolve(false); } ); return dfd.promise; } is there any solution, like

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

天涯浪子 提交于 2019-12-04 04:17:05
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 alternative tools and services that I can use: https://support.uplynk.com/tut_embedding_the_uplynk_player_3.html https://www.wowza.com/products/capabilities/streaming-content-security https://www.intertrust.com/products/drm-system/livestream/ https://bitmovin.com/cenc-widevine-drm/ https://www.html5rocks.com/en/tutorials/eme/basics/ I want to provide like