Installing GStreamer Spotify plugin

From Strawberry Music Player Wiki
Revision as of 21:37, 27 September 2024 by Jonas (talk | contribs)
Jump to navigation Jump to search

To play Spotify songs you need the GStreamer Spotify plugin from the gst-plugins-rs package, if you do not have it, you can build it from source this way.

   git clone https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
   cd gst-plugins-rs
   cargo build --release -p gst-plugin-spotify
   sudo cp ./target/release/libgstspotify.so /usr/lib64/gstreamer-1.0/