GNOME Bugzilla – Bug 522134
[souphttpsrc] Playback should continue seamlessly on server disconnect
Last modified: 2008-03-13 09:44:47 UTC
If an HTTP server disconnects during playback (e.g. server restart or player paused too long and server timed out), then the HTTP source should attempt to hide this to the user by reconnecting and seeking to the last position. Other information:
Created attachment 107191 [details] [review] Resume playback on server disconnect. Resume playback on server disconnect.
Created attachment 107192 [details] [review] Resume playback on server disconnect. Resume playback on server disconnect. Fix duplicate comment.
2008-03-13 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Wouter Cloetens <wouter at mind dot be> * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init), (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb), (gst_soup_http_src_build_message), (gst_soup_http_src_create): * ext/soup/gstsouphttpsrc.h: Try to resume on server disconnect. Fixes bug #522134.