Skip to content

Commit

Permalink
bump to 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuisman committed Jul 10, 2021
1 parent 8a21fd2 commit d013940
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 29 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# inputstream.adaptive (2.4.7)
# inputstream.adaptive (2.4.8)

This is an adaptive file addon for kodi's new InputStream Interface.

Expand Down Expand Up @@ -38,17 +38,13 @@ 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.
- There will be many dash mpd, smoothstream or hls manifest types currently not supported - must be extended.

##### Notes:
- This addon uses threads to download segments. The memory consumption is the sum of single segment from each stream currently playing. Refering to known streams it is < 10MB for 720p videos.

##### Credits:
[@fernetmenta](github.com/fernetmenta) Best support I ever got regarding streams / codecs and kodi internals.
[@notspiff](https:/notspiff) Thanks for your ideas / tipps regarding kodi file system
[bento4 library](https://www.bento4.com/) For me the best library choice for mp4 streams. Well written and extensible!

##### Continuous integration:
[Travis CI build state:](https://travis-ci.org/peak3d) ![alt tag](https://travis-ci.org/peak3d/inputstream.adaptive.svg?branch=master)
[Appveyor:](https://ci.appveyor.com/project/peak3d) ![alt tag](https://ci.appveyor.com/api/projects/status/ah9s8usgxhangq7o?svg=true)
[@peak3d](https:/peak3d) Original author / creator. Superstar!
[@fernetmenta](https:/fernetmenta) Best support regarding streams / codecs and kodi internals.
[@notspiff](https:/notspiff) Ideas / tips regarding kodi file system.
[bento4 library](https://www.bento4.com/) Great library for mp4 streams. Well written and extensible!
14 changes: 13 additions & 1 deletion inputstream.adaptive/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="inputstream.adaptive"
version="2.4.7"
version="2.4.8"
name="InputStream Adaptive"
provider-name="peak3d">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -19,6 +19,18 @@
<description lang="es">Cliente InputStream para flujo de datos adaptativos</description>
<platform>@PLATFORM@</platform>
<news>
v2.4.8 (2021-07-11)
- [DASH] time and number placeholders can be used simultaneously
- License renewal for widevine
- [DASH] fix for minimumUpdatePeriod=0
- [HLS] support webvtt subtitle extensions
- [DASH] manifest_update_parameter property defaults to 'full' for SegmentTimeline
- Fix decode failures on some Widevine content
- [DASH] fix segmentTemplate calculation
- [HLS] EXT-X-DISCONTINUITY-SEQUENCE support
- Fix seeking into separate chapters/resume time
- Fix kodi freeze by session close

v2.4.7 (2021-04-10)
- [Dash] Fix missing audio languages
- [Dash] Correctly set timeshift_buffer (live)
Expand Down
18 changes: 0 additions & 18 deletions inputstream.adaptive/changelog.txt

This file was deleted.

0 comments on commit d013940

Please sign in to comment.