/gst-curlhttpsrc

CURL-based URIHandler for GStreamer

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

GstCurlHttpSrc

Fluendo's GstCurlHttpSrc is a fork of GstCurlHttpSrc It provides several features not found on the original plugin:

  • The original plugin was downloading the whole content before sending downstream the single buffer. Now, as far as a new buffer arrives from cURL it is sent downstream
  • The queue implementation was removed as it is no longer needed. In order to communicate between cURL and GStreamer we just use cond/mutex
  • Support for GStreamer 0.10
  • Support for seeking

Properties