Supports streams opened by FFmpeg's libavformat or Kodi's cURL such as plain TS, HLS and DASH (non-DRM) as well as many others. There is support for Archive/Catchup services where there is a replay window and can timeshift across that span. Also provides timeshift for live streams where rewind/pause and fast-forward would not have been available.
GNU General Public License v2.0
59
stars
41
forks
source link
[depends] Bring back libdl patch to fix webOS build failure #290
webOS builds have been failing for some time. This was because gnutls was missing -ldl in linker flags causing ffmpeg to bail out at configure step. The patch was removed in #267 but it's actually still needed
webOS builds have been failing for some time. This was because gnutls was missing
-ldl
in linker flags causing ffmpeg to bail out at configure step. The patch was removed in #267 but it's actually still needed