[Bug 724376] http streams break when paused for a while
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Feb 18 06:55:09 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=724376
GStreamer | gst-plugins-good | 1.2.3
Thiago Sousa Santos <thiago.sousa.santos> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thiago.sousa.santos at collabo
| |ra.co.uk
--- Comment #4 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2014-02-18 15:15:23 UTC ---
The main problem here is that servers can decide to drop the connection if it
stays idle for some time. Imagine what it would happen if they would all keep
it alive forever?
You can try and use timeout and idle-timeout and keep-alive to try and make it
last longer, but at some point the server may decide to drop it.
Of course if for your use case you have control over your server, it should
work. If you are dealing with the internet, then I think there's not much left
to do.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html
http://en.wikipedia.org/wiki/HTTP_persistent_connection
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list