Cannot open Spotify Web Player. Help!

  • Автор темы Автор темы Aronax
  • Дата начала Дата начала
Why Chrome 64 bit installed in ProgramFiles(x86) directory? It's not 64 bit Chrome in this directory and you copied wrong dll.
C:\ProgramFiles\ is the directory for 64 bit applications in Windows system

You're right, I notice it did install it in the ProgramFiles(x86) directory. However, there is no Chrome folder in the ProgramFiles directory at all.

As demonstrated in the video, I installed a new copy of Chrome 64-bit, and I opened it in the video to show the version was truly x64. That Browser which appears in the video was launched from the Chrome folder in the ProgramFiles(x86) directory. The .dll file that I copied also showed a sub-directory path of x64 in that Chrome folder.

So I have no clue as to why the installation process dumped the Chrome install in the ProgramFiles(x86) folder. Chrome does not exist in any other directory outside of that folder. I've also done a search for widevine.dll file in the entire C: drive, and it only appears in that single Chrome folder which appears in the ProgramFiles(x86) folder.

That said, any ideas why the file is installed in that directory? As you can confirm, I clearly installed Chrome x64 version and verified the version number in the "About" page after I opened it.

FYI - I also ran a test using the .dll file that you offered in this thread. So this test was run with both the .dll file that appeared on my computer and the .dll file that you offered in the zippped file in your previous post.

Here is Google's answer about why it installs Chrome in ProgramFiles(x86) folder. Apparently, they claim this is intentional -

https://support.google.com/chrome/forum/AAAAP1KN0B01o9NJSw5ygc/
 
Последнее редактирование:
Another footnote to this, Widevinecmd.dll file 64bit vs 32bit versions have different version numbers. The 64-bit version starts with 4.10.xxx and the 32-bit version starts with 1.4.xxxx. That is the basic distinction between the to version types. The version type that appears on my machine is 4.10.1440.18. According to Widevine, the 32-bit version starts with a 1.4 sequential version number. Hope that bit of information helps.
 
Another footnote to this, Widevinecmd.dll file 64bit vs 32bit versions have different version numbers. The 64-bit version starts with 4.10.xxx and the 32-bit version starts with 1.4.xxxx. That is the basic distinction between the to version types. The version type that appears on my machine is 4.10.1440.18. According to Widevine, the 32-bit version starts with a 1.4 sequential version number. Hope that bit of information helps.
Do you remember that you should restart ProjectMaker after copying dll to pick it up?
and also NOT enable system flash as I asked you earlier
 
Yes, in the video, you will see that I completely restarted Project Maker and also modified the browser settings exactly as recommended in previous picture posts that you provided.
 
Yes, in the video, you will see that I completely restarted Project Maker and also modified the browser settings exactly as recommended in previous picture posts that you provided.
No, I didn't see restarting in your video. Therefore I asked that.
Can you give rdp or teamviewer access?
 
yes, will pm it to you.
 
I can report that the issue with the web player and browser compatibility issue has been resolved. The issue appeared to have been with the .dll files. I can't confirm whether this issue required some tweaking that would work with my specific machine or if it was a universal fix. Nonetheless, the issue has been resolved with the help of @VladZen. Thank you.
 
  • Спасибо
Реакции: GLADO и VladZen
I can report that the issue with the web player and browser compatibility issue has been resolved. The issue appeared to have been with the .dll files. I can't confirm whether this issue required some tweaking that would work with my specific machine or if it was a universal fix. Nonetheless, the issue has been resolved with the help of @VladZen. Thank you.

Can you please help me out in getting the web player working for my machine aswell? @VladZen
 
Can you please help me out in getting the web player working for my machine aswell? @VladZen
Now you need to copy 3 files from your Chrome browser to zennoposter folder. And these should be 64 bit version.
Image 3.png
 
Now you need to copy 3 files from your Chrome browser to zennoposter folder. And these should be 64 bit version.
Посмотреть вложение 41674

I copied widevinecdm.dll and widevinecdm.dll.sig from ProgramFiles(x86) because it was not there in ProgramFiles as stated by shThs. Already modified the browser settings by disabling the plugins and adding the arguments and installed the adobe flash aswell. The only thing I am missing is the manifest.json Can you please help me out here a little?
 
And yes Spotify is giving me this error "Enable secure playback in your browser"
 
Hello! I have a same problem PM 5.36.0.0 x64
Chrome 78.0.3904.70 x64 located in c:\Program Files (x86)\Google\Chrome\Application\78.0.3904.70\WidevineCdm\
I've restart ProjectMaker many times, but have this error "Enable secure playback in your browser"
Help me )
 
c:\Program Files (x86)\Google\Chrome\Application\78.0.3904.70\WidevineCdm\_platform_specific\win_x64\widevinecdm.dll
c:\Program Files (x86)\Google\Chrome\Application\78.0.3904.70\WidevineCdm\_platform_specific\win_x64\widevinecdm.dll.sig

c:\Program Files\ZennoLab\RU\ZennoPoster Pro\5.36.0.0\Progs\x64\CefPlugins\Widevine\widevinecdm.dll - 8 657 694 bytes
c:\Program Files\ZennoLab\RU\ZennoPoster Pro\5.36.0.0\Progs\x64\CefPlugins\Widevine\manifest.json
c:\Program Files\ZennoLab\RU\ZennoPoster Pro\5.36.0.0\Progs\x64\CefPlugins\Widevine\widevinecdm.dll.sig

manifest.json

JSON:
Развернуть Свернуть Копировать
{
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WidevineCdm",
  "description": "Widevine Content Decryption Module",
  "version": "4.10.1582.1",
  "minimum_chrome_version": "68.0.3430.0",
  "x-cdm-module-versions": "4",
  "x-cdm-interface-versions": "10",
  "x-cdm-host-versions": "10",
  "x-cdm-codecs": "vp8,vp9.0,avc1,av01",
  "x-cdm-persistent-license-support": true,
  "x-cdm-supported-encryption-schemes": ["cenc","cbcs"],
  "icons": {
    "16": "imgs/icon-128x128.png",
    "128": "imgs/icon-128x128.png"
  },
  "platforms": [
    {
      "os": "win",
      "arch": "x86",
      "sub_package_path": "_platform_specific/win_x86/"
    },
    {
      "os": "win",
      "arch": "x64",
      "sub_package_path": "_platform_specific/win_x64/"
    },
    {
      "os": "mac",
      "arch": "x64",
      "sub_package_path": "_platform_specific/mac_x64/"
    }
  ]
}

But with this files don't working
 

Вложения

Последнее редактирование:
I can report that the issue with the web player and browser compatibility issue has been resolved. The issue appeared to have been with the .dll files. I can't confirm whether this issue required some tweaking that would work with my specific machine or if it was a universal fix. Nonetheless, the issue has been resolved with the help of @VladZen. Thank you.
Hello, can you send files and settings?
 
yes, thanks i read I just want to know about sending requests to https://www.widevine.com/contact , you wrote

Note! You should own the license for using DRM content. Here you can get it - https://www.widevine.com/contact
Request for license is similar to this:
"Hi! How can I get license for personal use of the widevine plugin in my Chromium Embedded Framework based application?"



This part, sending request is important right, i send it but not get feedback, what they need to do, to allow this widevine plugin to me, it is some key or file, how they will allow me to use it on my PC ?
 
yes, thanks i read I just want to know about sending requests to https://www.widevine.com/contact , you wrote

Note! You should own the license for using DRM content. Here you can get it - https://www.widevine.com/contact
Request for license is similar to this:
"Hi! How can I get license for personal use of the widevine plugin in my Chromium Embedded Framework based application?"



This part, sending request is important right, i send it but not get feedback, what they need to do, to allow this widevine plugin to me, it is some key or file, how they will allow me to use it on my PC ?
The solution is to copy dll's from Chrome browser on user side. They usually contain the license.
 
I see, it means sending request is not must be, additional step after copied dll, thanks !
 
It works up to version 5.39 beyond unable to work with these files helps me for version 5.46.0 or 7ver. ?
please
 
Working only on 5.46.0 version or lower - with files what was added in this topic. But music you can listening only 30 s. not more. You should write to support about this problem.
yes it works for me up to version 39 unable to work on a higher version 40 42 46 and why does not work on a higher version?
 
I was able to make the zenno spotify work 1 year ago for 12 months it has not worked for 2 months
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)