win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
1.83k stars 60 forks source link

Still can't play Netflix movies #699

Open Dachoni03 opened 4 days ago

Dachoni03 commented 4 days ago

Error Code M7121-1331 Pardon the interruption This title is not available to watch instantly. Please try another title. -1044

To Reproduce Steps to reproduce the behavior:

  1. Go to Netflix.com
  2. Trying to play some movie
  3. And getting this error

Expected behavior I expected some movie to play normally

Screenshots image

Laptop:

Additional context No more issues, only this for now

MrDick004 commented 4 days ago

Modified browsers like this one do not have signed DRM, so many copyrighted sites will not display properly, only amazon prime video works for me but with limited video quality.

Dachoni03 commented 4 days ago

Modified browsers like this one do not have signed DRM, so many copyrighted sites will not display properly, only amazon prime video works for me but with limited video quality.

I didn't know about this, thanks. :(

win32ss commented 4 days ago

A Widevine VMP signature is required for Chromium browsers to playback certain pieces of Widevine-protected content (not all protected content needs it, like Bell TV/Media streams in Canada, but most do). It is stored in ".sig" files included with the product (for example, Google Chrome has chrome.dll.sig and chrome.exe.sig).

We could load signatures from other products, but that might pose issues as Supermium itself does not have a signature, and it would likely require Supermium to close its source to get one.

Dachoni03 commented 3 days ago

A Widevine VMP signature is required for Chromium browsers to playback certain pieces of Widevine-protected content (not all protected content needs it, like Bell TV/Media streams in Canada, but most do). It is stored in ".sig" files included with the product (for example, Google Chrome has chrome.dll.sig and chrome.exe.sig).

We could load signatures from other products, but that might pose issues as Supermium itself does not have a signature, and it would likely require Supermium to close its source to get one.

Ook