Skip navigation

Player changelog

Updated: 12.08.2026
Open as Markdown

v2.160.1

⚠ BREAKING CHANGES

  • IFrame Player API

    • If a watermark is enabled in the dashboard but watermark text is not provided when creating the player, the player throws an error. Watermark text must be set when creating the player.
  • IFrame Regular

    • If a watermark is enabled in the dashboard but watermark text is not provided in the watermark URL parameter, the player throws an error.

v2.156.0

⚠ BREAKING CHANGES

v2.150.0

⚠ BREAKING CHANGES

  • IFrame Player API

v2.139.1

⚠ BREAKING CHANGES

v2.121.0

⚠ BREAKING CHANGES

  • IFrame Player API
    • To prevent changing or removing the watermark via the iframe src attribute, watermark parameters must be set after player creation with setOptions .

      Example:

      playerFactory.create(params).then(function (player) {
        player.setOptions({ui: {watermark: {text: 'watermark'}}});
      });
      

v2.115.0

⚠ BREAKING CHANGES

  • IFrame Player API

v2.106.0

⚠ BREAKING CHANGES

  • IFrame Player API
    • Player event AutoQualityChanged was removed. Use QualityChanged instead. See player event handlers .

    • Player method getCurrentVideoQuality is deprecated and will be removed. Use getVideoQuality instead. See player methods .

    • Factory property PlayerEvent is deprecated and will be removed. Use Events instead. See factory properties .

v2.101.0

⚠ BREAKING CHANGES

  • IFrame Regular
    • Parameter watermark is ignored unless watermark functionality is enabled in the dashboard. See embed parameters .

v2.48.0

⚠ BREAKING CHANGES

v2.36.0

⚠ BREAKING CHANGES

  • IFrame Regular

    • Parameter header was replaced with title. Existing embeds with header still work for a while; new embeds should use title. See embed parameters .
  • IFrame Player API

    • Parameter ui.openChaptersOnLoad is deprecated and will be removed. See player parameters .

v2.27.0

⚠ BREAKING CHANGES

  • IFrame Player API
    • Player creation parameters files and actions moved into PlaylistItemOptions of the playlist parameter. See player creation .