Marek Czerski

Results 33 comments of Marek Czerski

So I built the gst-plugin-spotify deb package myself natively on the same machine where mopidy-spotify is used. I used this Dockerfile to do that: ``` FROM arm32v7/debian:bullseye ARG DEBIAN_FRONTEND=noninteractive RUN...

indeed stripping the libgstspotify.so makes it even smaller - less than 7MB. I'll try to build deb package using gst-plugins-rs-build but with gcc from debian repo to check if it...