<div dir="ltr"><div>Hi</div><div><br></div><div>Looking at this thread: <a href="https://community.spotify.com/t5/Accounts/Create-Device-password/td-p/4455461">https://community.spotify.com/t5/Accounts/Create-Device-password/td-p/4455461</a></div><div>I notice a dew things.</div><div><br></div><div>Device must be supported.</div><div>Only accounts setup through Facebook have support for device passwords.</div><div><br></div><div>Hope this helps.<br></div></div><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 19, 2022 at 7:15 PM Jonas Kvinge via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On 19.05.2022 12:50, Guillaume Desmottes via gstreamer-devel wrote:<br>
> On 18/05/22 22:03, Jonas Kvinge via gstreamer-devel wrote:<br>
>> Hi<br>
>><br>
>> Is spotifyaudiosrc still working?<br>
><br>
> Hi Jonas,<br>
><br>
> I just tested and yes, the element is still working fine for me.<br>
><br>
>> There is no option to set a device password in spotify, the URL <br>
>> (<a href="https://www.spotify.com/us/account/set-device-password/" rel="noreferrer" target="_blank">https://www.spotify.com/us/account/set-device-password/</a>) just <br>
>> redirects to the regular profile.<br>
><br>
> That's strange, it does redirect to the settings page allowing me to <br>
> set a device password here.<br>
> Something like this: <br>
> <a href="https://static1.makeuseofimages.com/wordpress/wp-content/uploads/2020/11/Spotify-Device-Password.png?q=50&fit=crop&w=1500&dpr=1.5" rel="noreferrer" target="_blank">https://static1.makeuseofimages.com/wordpress/wp-content/uploads/2020/11/Spotify-Device-Password.png?q=50&fit=crop&w=1500&dpr=1.5</a><br>
><br>
> You do have a premium account right?<br>
<br>
Yes. There is only "Change password", no "Set device password" on the <br>
edit profile page.<br>
<br>
<br>
><br>
>> But I tried with the normal spotify username/password, at least it <br>
>> gets further than an invalid login.<br>
>><br>
>> I tried: gst-launch-1.0 spotifyaudiosrc username=username <br>
>> password=password track=spotify:track:3i3P1mGpV9eRlfKccjDjwi ! <br>
>> oggdemux ! vorbisdec ! audioconvert ! alsasink device=hw:0,3<br>
><br>
> I'm not sure why it doesn't fail earlier as you do need a device <br>
> password to login. Anything useful in logs when running with <br>
> GST_DEBUG="spotifyaudiosrc:6" ?<br>
><br>
><br>
>     G.<br>
><br>
<br>
Setting pipeline to PAUSED ...<br>
0:00:00.056945484  8933 0x56283e3e4ec0 DEBUG spotifyaudiosrc <br>
audio/spotify/src/spotifyaudiosrc/<a href="http://imp.rs:338" target="_blank">imp.rs:338</a>:gstspotify::spotifyaudiosrc::imp:<spotifyaudiosrc0> <br>
credentials not in cache<br>
0:00:00.393201102  8933 0x56283e3e4ec0 DEBUG spotifyaudiosrc <br>
audio/spotify/src/spotifyaudiosrc/<a href="http://imp.rs:263" target="_blank">imp.rs:263</a>:gstspotify::spotifyaudiosrc::imp:<spotifyaudiosrc0> <br>
stopping<br>
0:00:00.393367358  8933 0x56283e3e4ec0 DEBUG spotifyaudiosrc <br>
audio/spotify/src/spotifyaudiosrc/<a href="http://imp.rs:338" target="_blank">imp.rs:338</a>:gstspotify::spotifyaudiosrc::imp:<spotifyaudiosrc0> <br>
credentials not in cache<br>
Pipeline is PREROLLING ...<br>
0:00:00.803528228  8933 0x56283e3ebc60 DEBUG spotifyaudiosrc <br>
audio/spotify/src/spotifyaudiosrc/<a href="http://imp.rs:289" target="_blank">imp.rs:289</a>:gstspotify::spotifyaudiosrc::imp:<spotifyaudiosrc0> <br>
eos<br>
ERROR: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could <br>
not demultiplex stream.<br>
Additional debug info:<br>
../ext/ogg/gstoggdemux.c(4767): gst_ogg_demux_send_event (): <br>
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
EOS before finding a chain<br>
ERROR: pipeline doesn't want to preroll.<br>
Setting pipeline to NULL ...<br>
0:00:00.804436913  8933 0x56283e3e4ec0 DEBUG spotifyaudiosrc <br>
audio/spotify/src/spotifyaudiosrc/<a href="http://imp.rs:263" target="_blank">imp.rs:263</a>:gstspotify::spotifyaudiosrc::imp:<spotifyaudiosrc0> <br>
stopping<br>
Freeing pipeline ...<br>
<br>
</blockquote></div>