[Bug 774799] Enable curl plugin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 21 17:15:04 UTC 2016


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

--- Comment #4 from Andrew Esh <andrew.c.esh at gmail.com> ---
Created attachment 340460
  --> https://bugzilla.gnome.org/attachment.cgi?id=340460&action=edit
Fix TLS and prepend chunk length

This patch disables a lot of the other plugins, to focus on just using
curlhttpsink. It also disables a few settings in the curlhttpsink support that
get in the way of using TLS. Another addition is a prepended chunk length to
the buffer being sent. We needed to do this since HTTPS with chunked encoding
was not giving us the length of the block being sent, which we needed to deal
with a blocking read interface.

This patch is probably only of interest to those who are enabling curlhttpsink,
and who are looking for fixes to some of the problems we encountered.

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