gstreamer/ext/curl
Alex Ashley e9c68347f0 curlhttpsrc: add support for range GET
To allow curlhttpsrc to support DASH streams that use the on-demand
profile, it needs to support HTTP Range GETs. In GStreamer, the RANGE
is specified by issuing a GST_FORMAT_BYTES seek to set the start and
end of the range. curlhttpsrc needs to implement seek and set the
appropriate curl options to make it add the Range header to the
request.
2019-11-17 14:28:25 +00:00
..
curltask.h curlhttpsrc: Fix flagged Coverity errors 2017-07-26 23:16:10 +03:00
gstcurl.c curl: Add i18n 2017-11-21 16:30:17 +01:00
gstcurlbasesink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlbasesink.h curlsink: handle socket callback for active FTP connections as well 2015-05-25 19:37:53 +01:00
gstcurldefaults.h curlhttpsrc: fix various leaks and thread safety issues 2019-02-19 17:55:12 +00:00
gstcurlfilesink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlfilesink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstcurlftpsink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlftpsink.h curl*sink: fix some gst-indent problems 2014-04-26 10:20:11 +02:00
gstcurlhttpsink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlhttpsink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstcurlhttpsrc.c curlhttpsrc: add support for range GET 2019-11-17 14:28:25 +00:00
gstcurlhttpsrc.h curlhttpsrc: add support for range GET 2019-11-17 14:28:25 +00:00
gstcurlqueue.c curlhttpsrc: fix various leaks and thread safety issues 2019-02-19 17:55:12 +00:00
gstcurlqueue.h curlhttpsrc: fix various leaks and thread safety issues 2019-02-19 17:55:12 +00:00
gstcurlsftpsink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlsftpsink.h curl*sink: fix some gst-indent problems 2014-04-26 10:20:11 +02:00
gstcurlsmtpsink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlsmtpsink.h curlsmtpsink: add final boundary to all multipart emails 2014-12-19 13:16:43 +00:00
gstcurlsshsink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlsshsink.h curlsshsink: use the locally defined types 2014-10-26 21:04:02 +00:00
gstcurltlssink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurltlssink.h Fix FSF address 2012-11-04 00:09:59 +00:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00