Spotify - Enable secure playback problem

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Spotify - Enable secure playback problem

Postby battila » Sun Sep 06, 2020 9:24 am

Hi Guys,

I embedded the cefsharp web browser in my audio player to use the Spotify web player in it, but when I want to log in with my account, I get this message:

Image

The problem is secure playback is not supported. Is there a solution in cefsharp to use secure authentication?

Thanks is advance.
battila
Newbie
 
Posts: 5
Joined: Sun Sep 06, 2020 9:00 am

Re: Spotify - Enable secure playback problem

Postby magreenblatt » Sun Sep 06, 2020 9:39 am

magreenblatt
Site Admin
 
Posts: 12408
Joined: Fri May 29, 2009 6:57 pm

Re: Spotify - Enable secure playback problem

Postby battila » Mon Sep 14, 2020 6:58 am

Thanks for the reply. I use the following activation code, but it doesn't make any difference:


settings.CefCommandLineArgs.Add("persist_session_cookies", "1");
settings.CefCommandLineArgs.Add("enable-automatic-password-saving", "enable-automatic-password-saving");
settings.CefCommandLineArgs.Add("enable-password-save-in-page-navigation", "enable-password-save-in-page-navigation");
settings.CefCommandLineArgs.Add("cache-path", @"C:\Chrome\1");
settings.CefCommandLineArgs.Add("enable-widevine-cdm", "1");
settings.CefCommandLineArgs.Add("ppapi-flash-path", @"pepflashplayer.dll");
settings.CefCommandLineArgs.Add("enable-npapi", "1");
settings.CefCommandLineArgs.Add("allow-running-insecure-content", "1");
settings.CefCommandLineArgs.Add("enable-media-stream", "1");


Cef.RegisterWidevineCdm(Path.Combine(System.Environment.CurrentDirectory, @"WidevineCdm"));


Maybe I missed something.
battila
Newbie
 
Posts: 5
Joined: Sun Sep 06, 2020 9:00 am


Return to Support Forum

Who is online

Users browsing this forum: Google [Bot] and 70 guests