Widevine not appearing as a plugin
See original GitHub issueI have taken the quick start repo from electron and used the documented string for electron dependency in package.json and console says widevine loads correctly but console.dir(navigator.plugins)
returns an empty array and trying to play drm content fails.
Here is the code in main.js
function createWindow () {
const win = new BrowserWindow({
webPreferences: {
plugins: true
}
});
win.loadURL('https://shaka-player-demo.appspot.com/');
}
app.on('widevine-ready', createWindow)
And console shows
Widevine 1.4.9.1088 is ready to be used!
But widevine content does not play.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8
Top Results From Across the Web
Google Widevine gone from plugins & I need to activate
I set "Widevine Content Decryption Module provided by Google Inc." in my plugins to "Never Activate" and certain sites won't play content ...
Read more >Solved Widevine Content Decryption Module Missing, Not ...
Solved Widevine Content Decryption Module Missing, Not Updated Issue on Windows · 1) Uninstall Google Chrome you have. · 2) Restart your computer....
Read more >7 Ways to Fix the Widevine Content Decryption Module Error
How do I fix Widevine Content Decryption Module error? · 1. Update Widevinecdm component · 2. Ensure you give Widevine content decryption module ......
Read more >Widevine Content Decryption Module Update - Remote Tools
When streaming media content from platforms like Netflix on Google Chrome, you may have faced the 'Widevine content decryption module' error. This often...
Read more >Fix: Widevine Content Decryption Module - Appuals.com
Solution 1: Updating the Widevine Content Decryption Module. We use Chrome to itself to update the plugin. Follow the steps listed below.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another interesting finding, this problem only affects the x64 Windows build, the ia32 build works just fine for me. Can you verify that it works for you too?
Closing this due to inactivity, please reopen if there are further problems.