-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
widevine not working on certain websites (Netflix/Amazon Prime) #6497
Comments
@kjozwiak does page reload fixes the issue? Similar issue #4646 Not reproducible on Ubuntu. Maybe because on Linux user is forced to restart browser after installing Widevine.
|
@btlechowski No, reloading doesn't help. This is Widevine VMP(Verified Media Path) issue. |
Fixes brave/brave-browser#6496 Fixes brave/brave-browser#6497 In places we reused GOOGLE_CHROME_BUILD by defining it in particular files (either via chromium_src or by patching). GOOGLE_CHROME_BUILD is being phased out in favor of BUILDFLAG(GOOGLE_CHROME_BRANDING). This fix updates our uses where the transition has already occurred. Chromium changes: Overall issue tracker: https://bugs.chromium.org/p/chromium/issues/detail?id=961769&can=2&q=961769 Some specific changes: https://chromium.googlesource.com/chromium/src/+/0cc7112944131e379a141d8734a77cb50b97e1d5 commit 0cc7112944131e379a141d8734a77cb50b97e1d5 Author: Nico Weber <thakis@chromium.org> Date: Mon Jul 29 17:30:40 2019 +0000 Add BUILDFLAG(GOOGLE_CHROME_BRANDING) and start using it in a few places. Also fix the definition of CHROMIUM_BRANDING; putting a negated condition there doesn't work. Thanks to Yngve Petterson for pointing that out. No behavior change. Bug: 961769 https://chromium.googlesource.com/chromium/src/+/356b304474c643e8064db763b97101100597bddd commit 356b304474c643e8064db763b97101100597bddd Author: Nico Weber <thakis@chromium.org> Date: Fri Aug 23 15:30:41 2019 +0000 Remove all references to GOOGLE_CHROME_BUILD in components/ Bug: 961769
Verified passed with
Verification PASSED on
|
Description
Looks like Netflix and other websites that are using Widevine stopped working with builds using
78.0.3904.50
. Examples:Steps to Reproduce
Case #1
0.70.117 CR: 78.0.3904.50
and login into netflix.comCase #2
0.70.117 CR: 78.0.3904.50
and login into https://www.primevideo.comActual result:
Expected result:
Netflix should be working and playing content without any issues/errors.
Reproduces how often:
100% reproducible when using the above STR.
Brave version (brave://version info)
Version/Channel Information:
No
Yes
Yes
Yes
Other Additional Information:
N/A
N/A
N/A
Miscellaneous Information:
CCing @rebron @bsclifton @brave/legacy_qa
The text was updated successfully, but these errors were encountered: