drm

Can WKWebView play fairplay/drm protected videos?

半世苍凉 提交于 2021-02-11 08:26:19
问题 I want to play fairplay videos / DRM protected videos in WKWebView but couldn't find any solution except for playing them in AVPlayer or in SFSafariViewControler . Is there any way to do so or if not, is there any confirmation from Apple that WKWebView can't play those videos? 回答1: There was a bug fix to enable EME on WKWebView so it should be working now - https://bugs.webkit.org/show_bug.cgi?id=197964 来源: https://stackoverflow.com/questions/55896995/can-wkwebview-play-fairplay-drm-protected

Can WKWebView play fairplay/drm protected videos?

你说的曾经没有我的故事 提交于 2021-02-11 08:20:57
问题 I want to play fairplay videos / DRM protected videos in WKWebView but couldn't find any solution except for playing them in AVPlayer or in SFSafariViewControler . Is there any way to do so or if not, is there any confirmation from Apple that WKWebView can't play those videos? 回答1: There was a bug fix to enable EME on WKWebView so it should be working now - https://bugs.webkit.org/show_bug.cgi?id=197964 来源: https://stackoverflow.com/questions/55896995/can-wkwebview-play-fairplay-drm-protected

Can WKWebView play fairplay/drm protected videos?

老子叫甜甜 提交于 2021-02-11 08:20:47
问题 I want to play fairplay videos / DRM protected videos in WKWebView but couldn't find any solution except for playing them in AVPlayer or in SFSafariViewControler . Is there any way to do so or if not, is there any confirmation from Apple that WKWebView can't play those videos? 回答1: There was a bug fix to enable EME on WKWebView so it should be working now - https://bugs.webkit.org/show_bug.cgi?id=197964 来源: https://stackoverflow.com/questions/55896995/can-wkwebview-play-fairplay-drm-protected

How to enable DRM in chromedriver headless mode

我怕爱的太早我们不能终老 提交于 2020-12-12 11:06:24
问题 I am aware that there is no official support for DRM-protected content (e.g. Spotify webplayer, netflix, etc.) when using headless chromedriver. Has anyone here gotten it to work despite the aforementioned limitation? I went as far as using a custom profile in headless chromedriver (one that should include WidevineCdm), but so far no luck. 回答1: Solution: replacing Chromiuim's default libwidevine binary with one extracted from ChromeOS. Download the latest ChromeOS libwidevine binary and

How to enable DRM in chromedriver headless mode

爱⌒轻易说出口 提交于 2020-12-12 11:04:18
问题 I am aware that there is no official support for DRM-protected content (e.g. Spotify webplayer, netflix, etc.) when using headless chromedriver. Has anyone here gotten it to work despite the aforementioned limitation? I went as far as using a custom profile in headless chromedriver (one that should include WidevineCdm), but so far no luck. 回答1: Solution: replacing Chromiuim's default libwidevine binary with one extracted from ChromeOS. Download the latest ChromeOS libwidevine binary and

What is the reccomended way to use HLS and DASH + DRM in a player?

℡╲_俬逩灬. 提交于 2020-07-10 07:34:39
问题 I'm using the VideoJS player and have a CMAF video so I am using HLS and DASH. I'm also using all 3 types of DRM. Fairplay for hls, widevine and playready for dash. My question is should I include both hls and dash sources in the player and let the player decide which one to play? Or do I detect the browser and only insert the correct url based on that? Also DRM is the same. Can I just add all DRM to the player? Or should I only add the one that applies? 回答1: The use of HLS vs DASH is

Implementing a netflix like media player, Preventing screenshots and video captures

孤人 提交于 2020-02-25 17:12:17
问题 Is there a way to prevent user from taking screenshots or capturing screen of your videos file? Something similar to how Netflix implements it. It returns a black screen whenever we try to click a screen. I just need some starting points in the right direction. Thanks! Edit: it's more related to DRM. And Netflix is implementing it already so there must be surely some way around it. 回答1: Netflix and similar services encrypt their content and use DRM systems to manage and share the de-cryption

Implementing a netflix like media player, Preventing screenshots and video captures

徘徊边缘 提交于 2020-02-25 17:08:10
问题 Is there a way to prevent user from taking screenshots or capturing screen of your videos file? Something similar to how Netflix implements it. It returns a black screen whenever we try to click a screen. I just need some starting points in the right direction. Thanks! Edit: it's more related to DRM. And Netflix is implementing it already so there must be surely some way around it. 回答1: Netflix and similar services encrypt their content and use DRM systems to manage and share the de-cryption

Implementing a netflix like media player, Preventing screenshots and video captures

末鹿安然 提交于 2020-02-25 17:07:10
问题 Is there a way to prevent user from taking screenshots or capturing screen of your videos file? Something similar to how Netflix implements it. It returns a black screen whenever we try to click a screen. I just need some starting points in the right direction. Thanks! Edit: it's more related to DRM. And Netflix is implementing it already so there must be surely some way around it. 回答1: Netflix and similar services encrypt their content and use DRM systems to manage and share the de-cryption

Decrypting widevine DRM protected video in android using MediaDrm

时间秒杀一切 提交于 2020-01-02 13:33:50
问题 I am trying to decrypt widevine DRm protected media file using Android's MediaDrm API. But MediaDrm is instantiated using UUId( of DRM-scheme). Android developer site says "App accesses the DRM-scheme-identifying UUID, typically from metadata in the content, and uses this UUID to construct an instance of a MediaDrm object that is able to support the DRM scheme required by the content". (www.developer.android.com/reference/android/media/MediaDrm.html). So I tried to get UUID using