Skip to content

Releases: kaltura/playkit-js-dash

v1.33.0

22 Feb 16:40
Compare
Choose a tag to compare

Features

  • FEC-11970: switch from dynamic manifest to static (14a839d)
    Add new boolean to the player streaming configuration named switchDynamicToStatic
    this config is exposing ability toggle whether to switch to static manifest when live stream ends

Example:

 playerConfig = {
        targetId: "player-placeholder",
        streaming: {
            switchDynamicToStatic: true // default is false
         },
         ....
}

v1.32.0

26 Jan 08:26
Compare
Choose a tag to compare

Features

v1.31.4

28 Dec 14:39
Compare
Choose a tag to compare

Bug Fixes

v1.31.3

02 Nov 11:45
Compare
Choose a tag to compare

Bug Fixes

  • FEC-12691: shaka Text Track Displayer does not work unless useNativeTextTrack set to true (fda98b4)

v1.31.2

06 Oct 10:48
Compare
Choose a tag to compare

Bug Fixes

v1.31.1

03 Oct 15:11
Compare
Choose a tag to compare

Bug Fixes

v1.31.0

31 Aug 07:52
Compare
Choose a tag to compare

Bug Fixes

Features

v1.30.3

04 Aug 08:17
Compare
Choose a tag to compare
chore(release): 1.30.3

v1.30.3-test-shaka-latest.0

01 Aug 12:21
Compare
Choose a tag to compare
Pre-release
chore(release): 1.30.3-test-shaka-latest.0

v1.30.2

06 Jul 12:58
Compare
Choose a tag to compare

Bug Fixes