[Webkit-unassigned] [Bug 134969] [GStreamer] Cannot play Vimeo video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 10 10:35:22 PDT 2014


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





--- Comment #7 from Philippe Normand <pnormand at igalia.com>  2014-09-10 10:35:25 PST ---
I've been debugging this a bit today...

So the HLS main playlist is correctly requested and received by our httpsrc element but then hlsdemux, creating a new webkithttpsrc element and trying to fetch the first sub-playlist fails and the http server at Vimeo returns a 403 error.

Now comparing with a wireshark dump of Safari loading the same video, it looks like the cookies set by the server when it returned the main playlist are passed along subsequent playlist/fragment loading...

The issue seems to be that our httpsrc element doesn't set cookies correctly in the resources to be loaded after the main HLS playlist,

-- 
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