Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Add Widevine support #175

Open
sentialx opened this issue Apr 17, 2019 · 18 comments
Open

Add Widevine support #175

sentialx opened this issue Apr 17, 2019 · 18 comments

Comments

@sentialx
Copy link
Member

This will allow to play songs on Spotify and videos on Netflix. I've sent an email to Google about Widevine plugin but they didn't seem to respond. #174

@torstenhoegel
Copy link

Hey there, I have been following the issue with the Widevine encryption thingy for a while now ... does this maybe help?: https://electronjs.org/docs/tutorial/testing-widevine-cdm

@sentialx
Copy link
Member Author

Yeah, but I have to get it somewhere without licensing issues. Google doesn't want to publish the plugin for everyone.

@torstenhoegel
Copy link

Hmm ... I don't get google's policies about such stuff ...

@bsak2003
Copy link

bsak2003 commented Apr 24, 2019

Yeah, but I have to get it somewhere without licensing issues. Google doesn't want to publish the plugin for everyone.

Any progress with Widevine?

PS: I suggest you using an older version of Widevine CDM (like a Firefox, which uses 4.10.1146.0 instead of latest 4.10.1196.0 used by Chrome/Opera) because of the latest version drop frames in some cases. But anyway, you need a license from Google in the first place :C

@sentialx
Copy link
Member Author

What comes to my mind is Wexond could download widevine from Google. As I can see it's legal.

@bsak2003
Copy link

What comes to my mind is Wexond could download widevine from Google. As I can see it's legal.

I think you will only need a certification when Wexond will be finished. But I am not sure :)

and you're thinking about downloading Widevine CDM (excatly files widevinecdm.dll & widevinecdm.dll.sig) directly from Google? I'm sure that Mozilla Firefox does the same because when I open netflix.com on FF, I got "Firefox is downloading Google Widevine CDM" notification.

@samuelmaddock
Copy link

@sentialx You'll want to read electron/electron#12427 and my blog post about the response I received. Verified Media Path (VMP) will soon be an enforced requirement which will prevent browsers from simply including the Widevine binaries.

@sentialx
Copy link
Member Author

sentialx commented Apr 26, 2019

@samuelmaddock So what are the possible solutions as for now? I've wrote an email to widevine-support@google.com this time instead of widevine@google.com.

@sentialx
Copy link
Member Author

sentialx commented Apr 26, 2019

Update, their bot responded to me with this email

Hello,

It appears you have attempted to contact this alias directly. All direct emails to this alias will not be responded to. Instead, please visit us below to find the appropriate contact form:

http://www.widevine.com/contact.html

Thank you,
The Google Widevine Team

But the link to their contact form doesn't work either.

EDIT: Here I've found the updated contact form: https://support.google.com/widevine/troubleshooter/6027072

@samuelmaddock
Copy link

The only solution I know of is to somehow complete the agreement with Widevine. This may require incorporating a company and/or a closed source project, I'm not entirely sure as they weren't clear in their responses to me.

I'm abandoning Electron in my own project and moving to a web app with a required browser extension.

@bsak2003
Copy link

The only solution I know of is to somehow complete the agreement with Widevine. This may require incorporating a company and/or a closed source project, I'm not entirely sure as they weren't clear in their responses to me.

I'm abandoning Electron in my own project and moving to a web app with a required browser extension.

So how Mozilla include Widevine CDM into a Firefox? I've checked and Firefox automaticaly downloads Widevine when I'm opening open.spotify.com or netflix.com - even on self-compiled (from their Mercurial repo) browser.

@sentialx sentialx removed this from Low priority in 4.0.0 May 11, 2019
@tongdu99
Copy link

Brave browser can prompt to install widevine extension. After unblock the guard, it can play netflix video successfully. So it seems like it should work for other open source browser.

@sentialx
Copy link
Member Author

sentialx commented Nov 23, 2019

Currently Widevine doesn't work in the newest versions of Electron: electron/electron#20211

Maybe somewhere in the future I will be finally able to obtain the license from Google...

@radicaldrew
Copy link

Not sure if this is still relevant but I was able to get Widevine support working including Netflix by using a custom electron build. I could either provide a pull request or instructions.

@oscartbeaumont
Copy link

@radicaldrew If you got it working it would be awesome to see how you did it as I have a similar problem to this one with my app ElectronPlayer which is similarly based on Electron.
I have it working in Linux using the Castlabs electron fork with the default Widevine development certificate but am unable to get anything Electron-based to work on Mac although my other project NativeKit is looking like the next best option if I can find the time to continue its development.

@radicaldrew
Copy link

I have actually switched to the castlabs electron now and it already has the widevine certs built in.
Unless you can figure a way to check if the OS has chrome installed and copy and past the files
this seems like the best option.

@tarob0ba
Copy link

tarob0ba commented May 11, 2021

This is late (sorry for the bump), but I have been able to get Widevine working in Wexond (Netflix and Spotify work!) by using the castlabs fork of Electron and their EVS signing, which is free and takes two minutes to set up. I'm happy to share details if that helps.

@jtpotato
Copy link

jtpotato commented Oct 17, 2021

Not sure if this is still relevant but I was able to get Widevine support working including Netflix by using a custom electron build. I could either provide a pull request or instructions.

@radicaldrew

Instructions would be useful, was planning on forking the electron version of wexond to continue development.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants