From 743077e1442f911e0f028d655beba0912f4bb717 Mon Sep 17 00:00:00 2001 From: Glenn Guy Date: Thu, 22 Apr 2021 21:42:01 +1000 Subject: [PATCH] Bump to v2.6.14 --- README.md | 7 +++---- inputstream.adaptive/addon.xml.in | 11 ++++++++++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0dcdf56fa..74f075f70 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# inputstream.adaptive (2.6.13) +# inputstream.adaptive (2.6.14) This is an adaptive file addon for kodi's new InputStream Interface. @@ -9,12 +9,12 @@ This is an adaptive file addon for kodi's new InputStream Interface. ##### Examples: 1.) mpd dash example with one video and one audio stream -- Force inputstream.mpd using a property in strm file: #KODIPROP:inputstreamaddon=inputstream.adaptive +- Force inputstream.mpd using a property in strm file: #KODIPROP:inputstream=inputstream.adaptive - Select the tye of the manifest using a property in strm file: #KODIPROP:inputstream.adaptive.manifest_type=mpd - URL to paste into strm file: http://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-live/mp4-live-mpd-AV-BS.mpd 2.) mpd dash example with one video and multiple audio streams -- Force inputstream.mpd using a Property in strm file: #KODIPROP:inputstreamaddon=inputstream.mpd +- Force inputstream.mpd using a Property in strm file: #KODIPROP:inputstream=inputstream.mpd - Select the tye of the manifest using a property in strm file: #KODIPROP:inputstream.adaptive.manifest_type=mpd - URL to paste into strm file: http://rdmedia.bbc.co.uk/dash/ondemand/testcard/1/client_manifest-events-multilang.mpd @@ -38,7 +38,6 @@ If your display resolution is 720p, you will not be able to watch 1080p videos i ##### TODO's: - Adaptive bitrate switching is prepared but currently not yet activated - Automatic / fixed video stream selection depending on max. visible display rect (some work has to be done at the inputstream interface). -- DASH implementation of periods (currently only the first period is considered) - There will be many dash mpd, smoothstream or hls manifest types currently not supported - must be extended. ##### Notes: diff --git a/inputstream.adaptive/addon.xml.in b/inputstream.adaptive/addon.xml.in index 1169d0aeb..6ef235b26 100644 --- a/inputstream.adaptive/addon.xml.in +++ b/inputstream.adaptive/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ @@ -19,6 +19,15 @@ Cliente InputStream para flujo de datos adaptativos @PLATFORM@ +v2.6.14 (2021-04-22) +- Don't overwrite manifest headers with stream headers +- Stream headers default to manifest headers +- ac3 is recognised separately to eac3 +- [DASH] time and number placeholders can be used simultaneously +- [DASH] manifest_update_parameter property defaults to 'full' for SegmentTimeline +- [DASH] pssh attribute in ContentProtection tag allowed without cenc namespace +- [DASH] support ttml subs where codec isn't specified + v2.6.13 (2021-04-10) - Fix Debian packaging