From 51b565977c9a6921144bc44235c1bb25a15b4ae2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 17:32:59 +0000 Subject: [PATCH] changelog and version v21.3.0 (2023-09-22) --- inputstream.adaptive/addon.xml.in | 2 +- inputstream.adaptive/changelog.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/inputstream.adaptive/addon.xml.in b/inputstream.adaptive/addon.xml.in index e8882e2f2..cd409999f 100644 --- a/inputstream.adaptive/addon.xml.in +++ b/inputstream.adaptive/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff --git a/inputstream.adaptive/changelog.txt b/inputstream.adaptive/changelog.txt index 48ae8d945..1fd639be8 100644 --- a/inputstream.adaptive/changelog.txt +++ b/inputstream.adaptive/changelog.txt @@ -1,3 +1,11 @@ +v21.3.0 (2023-09-22) +- Massive refactoring of decrypters (thanks @glennguy) +- Fix missing headers to manifest request (fix HTTP error 403) +- [HLS] Fix playback of some manifests that dont provide info to detect the stream type +- [DASH] Fix a possible crash when you stop a live video playback +- Cleanups to CMake build files +- Dev info: changes have been made to the binaries that are compiled, the libssd_wv.xxx library file no longer exists, instead for linux aarch64/arm64 platform only, a new library file libcdm_aarch64_loader.xxx will be created, which must be included in the add-on folder + v21.2.1 (2023-09-07) - [HLS] Fixed possible duplicated audio/video streams - [HLS] Fixed broken playback with some manifests containing EXT-X-DISCONTINUITY