fluendo / gst-curlhttpsrc

CURL-based URIHandler for GStreamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CURL-based URIHandler for GStreamer

License:GNU Lesser General Public License v2.1


Languages

Language:C 99.4%Language:Shell 0.6%