Track slider crashes on Strawberry

Hi everyone,

I'm running the latest FreeBSD 13.2-RELEASE on an amd64 platform and the latest version of Strawberry (strawberry-qt5-1.0.17) with all the gstreamer plugins to play FLAC, ogg, mp3 etc.
Code:
FreeBSD rubik.freebsd 13.2-RELEASE FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC amd64

Code:
gstreamer1-1.22.2              Media applications framework
gstreamer1-libav-1.22.2        GStreamer plug-in with many audio/video decoders/encoders
gstreamer1-plugins-1.22.2      GStreamer written collection of plugins handling several media types
gstreamer1-plugins-a52dec-1.22.2_1 GStreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
gstreamer1-plugins-bad-1.22.2  GStreamer-plugins that need more quality, testing or documentation
gstreamer1-plugins-core-1.20.5_1 Core set of typical audio and video GStreamer plugins
gstreamer1-plugins-curl-1.22.2 GStreamer curl based output plugin
gstreamer1-plugins-dts-1.22.2  GStreamer dts audio decode plugin
gstreamer1-plugins-dvdread-1.22.2 GStreamer DVD access plugin with libdvdread
gstreamer1-plugins-flac-1.22.2 GStreamer free lossless audio encoder/decoder plugin
gstreamer1-plugins-gl-1.22.2   GStreamer GL graphics plugin
gstreamer1-plugins-good-1.22.2 GStreamer-plugins good-quality plug-ins
gstreamer1-plugins-mpg123-1.22.2 GStreamer MPEG Layer 1, 2, and 3 plugin
gstreamer1-plugins-ogg-1.22.2  GStreamer Ogg bitstream plugin
gstreamer1-plugins-openh264-1.22.2 GStreamer (openh264) plugin
gstreamer1-plugins-pango-1.22.2 GStreamer pango textoverlay plugin
gstreamer1-plugins-png-1.22.2  GStreamer png plugin
gstreamer1-plugins-resindvd-1.22.2 GStreamer resindvd DVD playback plugin
gstreamer1-plugins-theora-1.22.2 GStreamer theora plugin
gstreamer1-plugins-ugly-1.22.2 GStreamer-plugins set of good-quality plug-ins that might have distribution problems
gstreamer1-plugins-vorbis-1.22.2 GStreamer vorbis encoder/decoder plugin
gstreamer1-plugins-vpx-1.22.2  GStreamer vp8 codec plugin
phonon-gstreamer-qt5-4.10.0_4  GStreamer backend for Phonon

The problem I'm facing I'm when trying to move the track slider backwards or forward I get this following error and the song stops playing. Strawberry doesn't actually crash but stops playing.
Code:
../libs/gst/base/gstbasesrc.c(2775): gst_base_src_get_range (): /GstPlayBin3:pipeline-5-pipeline/GstURIDecodeBin3:uridecodebin3/GstURISourceBin:urisourcebin4/GstCurlHttpSrc:curlhttpsrc4: Subclass GstCurlHttpSrc neither returned a buffer nor submitted a buffer list from its create function

I already reported the issue to the main Strawberry developer https://github.com/strawberrymusicplayer/strawberry/issues/1207

But it seems it could be a gstreamer or libcurl bug. The thing is this only happens on FreeBSD, I'm using the same Strawberry version on Debian Bookworm and MacOS Ventura (compiled by myself so it runs natively) and this doesn't happen.

So I decided to post this here on the FreeBSD forums, since could it be a bug that only affects FreeBSD?

I also tried to compiled Strawberry using ports which is a bit older version 1.0.10 and it also crashes, the problem is still there.

Has anyone experienced this bug?

Thank you in advance.
Lluc
 
The Strawberry developer gave me the solution. It had to install these two pagackes:

gstreamer1-plugins-soup: 1.22.2
libsoup3: 3.2.2

And now it works perfectly ?

Thanks.
 
Back
Top