Clementine-audio-player-Mac.../src/engines
benpicco 27bef68cf6 Attempt to reload stream on "Server does not support seeking." error (#5923)
When the network connection changes while playing an HTTP stream, I always get the "Server does not support seeking." error from GStreamer.
It seems like GStreamer tries to seek on reconnect, which fails, an propagates the error to Clementine which in turn ceases playback with
the error message handed through from GStreamer, even though there is now a perfectly fine network connection again.

As a workaround, try to reload the stream when this error occurs.

fixes #5116
2017-12-11 00:13:30 +00:00
..
bufferconsumer.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
devicefinder.cpp Get audio device names on Windows too. 2014-03-29 23:48:26 +11:00
devicefinder.h Get audio device names on Windows too. 2014-03-29 23:48:26 +11:00
directsounddevicefinder.cpp Get audio device names on Windows too. 2014-03-29 23:48:26 +11:00
directsounddevicefinder.h Get audio device names on Windows too. 2014-03-29 23:48:26 +11:00
engine_fwd.h Revert "Revert "Add track intro mode"" 2015-06-15 16:27:40 -04:00
enginebase.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
enginebase.h Fix song continuously rewinding when seeking using keyboard arrow keys. 2015-07-01 20:24:17 +02:00
gstelementdeleter.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
gstelementdeleter.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
gstengine.cpp Attempt to reload stream on "Server does not support seeking." error (#5923) 2017-12-11 00:13:30 +00:00
gstengine.h Remove BoundFutureWatcher 2015-11-26 18:53:42 +00:00
gstenginepipeline.cpp Let the audio sink autonegotiate the bit depth. (Possible fix for #5533) (#5541) 2016-12-21 14:40:40 +00:00
gstenginepipeline.h Add sample rate selection 2015-07-09 22:19:31 -04:00
osxdevicefinder.cpp Get audio device names on OS X too. 2014-03-29 22:44:08 +11:00
osxdevicefinder.h Get audio device names on OS X too. 2014-03-29 22:44:08 +11:00
pulsedevicefinder.cpp Fix name of pulse audio gstreamer sink. 2015-02-03 13:32:41 +01:00
pulsedevicefinder.h Get a list of available audio devices from pulseaudio, and let the user choose 2014-03-29 19:31:38 +11:00