ungoogled-software / ungoogled-chromium

Google Chromium, sans integration with Google
BSD 3-Clause "New" or "Revised" License
20.18k stars 815 forks source link

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

Open back-lacking opened 1 year ago

back-lacking commented 1 year ago

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?

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 ForUpdatesforWidevine 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

b1n4ryj4n commented 1 year ago

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

back-lacking commented 1 year ago

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.

noyexcl commented 1 year ago

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

vzamanillo commented 3 months ago

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

naranyala commented 2 months ago

up

badnguyenky commented 2 months ago

up