[Webkit-unassigned] [Bug 118977] [gstreamer] webkit gstreamer src blocks future requests to host?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 22 11:56:35 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118977





--- Comment #1 from Jonathon Jongsma (jonner) <jonathon at quotidian.org>  2013-07-22 11:56:28 PST ---
I should mention that the behavior of Chrome is very similar to webkitgtk here (e.g. all media files are listed with a pending GET request in the network tab of the inspector).  But there is a critical difference between webkitgtk and chrome after clicking one of the play buttons:

In webkitgtk+, it seems to re-issue the request for the associated media file (e.g. it gets added to the end of the list of network requests), but it is still listed as 'pending' and shows the size of the resource as 0. The file plays fine, so it must be receiving data, but the inspector seems unaware that any data has been received.

In chrome, when you click a play button, it also sends a GET request for the associated media file, and displays the progress of downloading the file, changing its status to 206 Partial Content and showing the size of the resource.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list