ungoogled-chromium icon indicating copy to clipboard operation
ungoogled-chromium copied to clipboard

spotify web player "enable secure playback in your browse" screen

Open back-lacking opened this issue 1 year ago • 5 comments

OS/Platform

Windows

Installed

https://ungoogled-software.github.io/ungoogled-chromium-binaries/

Version

106.0.5249.91

Have you tested that this is not an upstream issue or an issue with your configuration?

  • [ ] I have tried reproducing this issue in Chrome and it could not be reproduced there
  • [ ] I have tried reproducing this issue in vanilla Chromium and it could not be reproduced there
  • [ ] I have tried reproducing this issue in ungoogled-chromium with a new and empty profile and it could not be reproduced there

Description

spotify web player brings up "enable secure playback in your browse" screen when logging in

How to Reproduce?

  1. Open open.spotify.com
  2. log into your spotify account.
  3. see if you get a screen relating to having to enable secure playback or continue using the spotify web player logged in.

Actual behaviour

trying to log into logging into the spotify web player just brings me to the screen shown here image within the site settings, i ahve it access to protected content ids. ive tried following the widevine drm install guide here. doing Check For UpdatesforWidevine Content Decryption Moduleinchrome://components/just hangs onChecking for status`. and doesnt do anything

Expected behaviour

logging into spotify web player jsut brings up the spotify web player logged into your account,

Relevant log output

No response

Additional context

No response

back-lacking avatar Oct 23 '22 05:10 back-lacking

https://chromium.woolyss.com/#widevine -> expand How to install the Widevine CDM plugin?

  1. Goto: %localappdata%\Chromium\Application[YOUR CHROMIUM VERSION]
  2. Create a new folder named WidevineCdm <- here u paste the LICENSE.txt and manifest.json
  3. Inside WidevineCdm create another folder _platform_specific
  4. In _platform_specific create another folder win_x64 <- here u paste the widevinecdm.dll, widevinecdm.dll.lib, widevinecdm.dll.sig
  5. Now start Chromium and WidevineCdm is available.

version

b1n4ryj4n avatar Nov 01 '22 15:11 b1n4ryj4n

https://chromium.woolyss.com/#widevine -> expand How to install the Widevine CDM plugin?

  1. Goto: %localappdata%\Chromium\Application[YOUR CHROMIUM VERSION]
  2. Create a new folder named WidevineCdm <- here u paste the LICENSE.txt and manifest.json
  3. Inside WidevineCdm create another folder _platform_specific
  4. In _platform_specific create another folder win_x64 <- here u paste the widevinecdm.dll, widevinecdm.dll.lib, widevinecdm.dll.sig
  5. Now start Chromium and WidevineCdm is available.

version

so just tried this, now widevine is up and running. now i have encountered an issue where spotify wouldnt play audio for songs after 10 secs of a song playing. i can log in and play songs but after 10 secs of a song playing, audio would just stop but the song would continue. in this state, i can choose to either skip the to next song where the same thing would happen or choose to pause, after which i will be unable to unpause and will say stuck that way until i refresh.

back-lacking avatar Nov 02 '22 00:11 back-lacking

It seems that spotify can't play on uncertified browser #1258

noyexcl avatar Nov 14 '22 02:11 noyexcl

This method didn't work for me (Linux, debian based), looks like the widevine package from chromium.woolyss.com is not always fully compatible with the installed ungoogled-chromium version.

Using the example script from the official Wiki entry, How do I install Widevine CDM? is the best way to get this working.

Flatpak users mut keep in mind that the $_target_dir should point to the current and active package path.

$ flatpak list
...
ungoogled-chromium                           io.github.ungoogled_software.ungoogled_chromium               124.0.6367.201-1        stable             flathub               user
...
$ flatpak info --show-location io.github.ungoogled_software.ungoogled_chromium
/home/user/.local/share/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/x86_64/stable/8c371d40770182e4f0f527aca705be539a174112faed0dbb87fa6160a3221af3

That path can be resumed in this one

/home/user/.local/share/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium

vzamanillo avatar May 14 '24 10:05 vzamanillo

up

naranyala avatar Jun 11 '24 03:06 naranyala

up

badnguyenky avatar Jul 03 '24 02:07 badnguyenky