• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. andr3nio
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    andr3nio

    @andr3nio

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    andr3nio Unfollow Follow

    Best posts made by andr3nio

    • RE: Spotify - Switching to access token

      @jonas
      After compiling the code from git streaming from Spotify works.

      posted in Development
      A
      andr3nio

    Latest posts made by andr3nio

    • RE: Spotify - Switching to access token

      @jonas
      After compiling the code from git streaming from Spotify works.

      posted in Development
      A
      andr3nio
    • RE: Spotify - Switching to access token

      I managed to stream music from Spotify using strawberry in one of the first versions in which spotify support was implemented. However, now I cannot reproduce songs anymore. I have a premium subscription and I have authenticated in the settings menu. After authentication I can see that Strawberry is listed within the authorized applications in my Spotify account. I have followed your latest instructions including the patch and recompiled the gstreamer spotify plugin. When trying to play a song I get the following error in Strawberry:

      Could not get/set settings from/on resource.

      audio/spotify/src/spotifyaudiosrc/imp.rs(280): <gstspotify::spotifyaudiosrc:👿:SpotifyAudioSrc as gstreamer_base::subclass::push_src::PushSrcImpl>::create (): /GstPlayBin3:pipeline-5-pipeline/GstURIDecodeBin3:uridecodebin3/GstURISourceBin:urisourcebin4/GstSpotifyAudioSrc:spotifyaudiosrc4: access-token is not set and credentials are not in cache

      Internal data stream error.

      ../libs/gst/base/gstbasesrc.c(3177): gst_base_src_loop (): /GstPlayBin3:pipeline-5-pipeline/GstURIDecodeBin3:uridecodebin3/GstURISourceBin:urisourcebin4/GstSpotifyAudioSrc:spotifyaudiosrc4: streaming stopped, reason error (-5)

      Could not demultiplex stream.

      ../ext/ogg/gstoggdemux.c(4775): gst_ogg_demux_send_event (): /GstPlayBin3:pipeline-5-pipeline/GstURIDecodeBin3:uridecodebin3/GstURISourceBin:urisourcebin4/GstParseBin:parsebin4/GstOggDemux:oggdemux4: EOS before finding a chain

      I can play the very same song using

      gst-launch-1.0 spotifyaudiosrc access-token=$TOKEN track=spotify:track:139Bu2BWsQfVDixXMYos5W ! oggdemux ! vorbisdec ! audioconvert ! autoaudiosink

      as access-token I use the one in ~/.config/strawberry/strawberry.conf within the Spotify section.

      I am using strawberry 1.1.3 as provided in debian/unstable

      posted in Development
      A
      andr3nio