Skip to content

v1.33.0

Compare
Choose a tag to compare
@PlaykitJs-Bot PlaykitJs-Bot released this 22 Feb 16:40

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
         },
         ....
}