Widevine its not work

Having problems with building or using the CefSharp .NET binding? Ask your CEF-related questions here. Please ask general usage questions on StackOverflow.

Moderator: amaitland

Widevine its not work

Postby nycrox34 » Tue Feb 23, 2021 4:21 pm

update.bat
Code: Select all
set GN_DEFINES=is_component_build=true ffmpeg_branding=Chrome enable_widevine=true
set GN_ARGUMENTS=--ide=vs2019 --sln=cef --filters=//cef/*
python ..\automate\automate-git.py --download-dir=c:\code\chromium_git --depot-tools-dir=c:\code\depot_tools --minimal-distrib --client-distrib --force-clean --branch=4240


create.bat in cef
Code: Select all
set CEF_USE_GN=1
set GN_DEFINES=is_component_build=true ffmpeg_branding=Chrome enable_widevine=true
set GN_ARGUMENTS=--ide=vs2019 --sln=cef --filters=//cef/*
call cef_create_projects.bat


manifest.json
Code: Select all
{
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WidevineCdm",
  "description": "Widevine Content Decryption Module",
  "version": "1.4.8.903",
  "minimum_chrome_version": "68.0.3430.0",
  "x-cdm-module-versions": "4",
  "x-cdm-interface-versions": "8",
  "x-cdm-host-versions": "8",
  "x-cdm-codecs": "vp8,vp09,avc1,av01",
  "x-cdm-persistent-license-support": true,
  "x-cdm-supported-encryption-schemes": ["cenc","cbcs"],
  "platforms": [
    {
      "os": "win",
      "arch": "x86",
      "sub_package_path": "_platform_specific/win_x86/"
    }
   
   
  ]
}


Image

Can anyone help me ?
nycrox34
Newbie
 
Posts: 7
Joined: Sat Feb 20, 2021 1:21 am

Re: Widevine its not work

Postby magreenblatt » Tue Feb 23, 2021 5:40 pm

See viewtopic.php?f=6&t=17719 for what you might be missing.
magreenblatt
Site Admin
 
Posts: 12382
Joined: Fri May 29, 2009 6:57 pm


Return to CefSharp Forum

Who is online

Users browsing this forum: No registered users and 12 guests