[Bug 726314] Add cookie jar to uridownloader

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 9 04:29:04 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=726314

--- Comment #13 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Latest work is kept here:
http://cgit.freedesktop.org/~thiagoss/gst-plugins-good/log/?h=cookies

I've opted to sharing the cookie-jar directly because otherwise it is too
complicated to keep cookies synchronized accross multiple elements. It works
for HLS and DASH because the cookies are set on the first access and then just
replicated but then new cookies set aren't synchronized anymore.

A generic GstCookieJar could be written that would listen and update different
cookiejar implementations but it seems to me a bit overkill as long as we don't
have pipeline with multiple different types of http sources working together.
Usually there is only a single http source element involved.

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