strawberrymusicplayer / strawberry

:strawberry: Strawberry Music Player
https://www.strawberrymusicplayer.org/
GNU General Public License v3.0
2.53k stars 164 forks source link

No attempts to continue playback after "Server does not support seeking." error #1455

Closed derVedro closed 2 weeks ago

derVedro commented 3 weeks ago

Describe the bug

The playback ends if a "Server does not support seeking." error occurs.

To Reproduce Start playing a stream. Pause it for a half minute. Resume the playback. Get an error popup. Playback ends.

Expected behavior It is clear to me that such a error is inevitable. But the handling of it is a bit disappointing. I would like if strawberry simply empties the buffers and reloads the stream, so strawberry should just play stream at the new position when Server does not support seeking error occurs.

System Information:

jonaski commented 2 weeks ago

This is gstreamer issue: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/303

derVedro commented 2 weeks ago

This is gstreamer issue: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/303

okay, that's a duplicate of #846 and #1058