JWP Product Release Notes logo

Product Release Notes

Back to Homepage Subscribe to Updates

Labels

  • All Posts
  • Access Control
  • Account & Billing
  • Advertising
  • Apps
  • Data & Analytics
  • Dynamic Strategy Rules
  • Live Channels
  • Media Management
  • SDK: Android
  • SDK: iOS
  • Web Player

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
Release notes byAnnounceKit

Create yours, for free!

Web Player
6 years ago

Web: 8.7.0

Updates

Core Player

  • Added a new property to meta events, metadataType, which indicates the type of metadata available in the event. Possible values are: media, program-date-time, id3, date-range, scte-35, and unknown.
  • Added a new event metadataCueParsed which is triggered once the metadata cue point is buffered.
  • Exposed CUE-OUT, CUE-IN, and DATERANGE SCTE-35 metadata tags that are parsed in an HLS manifest. When a metadata tag becomes active, the following SCTE-35 meta events are fired: #EXT-X-DATERANGE, #EXT-X-CUE-OUT, and #EXT-X-CUE-IN.

Localization

  • Added automated localization support for Hebrew.
  • Added new localization options and updated all automated localization files to include translations for “Mute,” “Unmute,” and “Exit Fullscreen” icon tooltip texts and ARIA labels.
  • Changed the default English localization text for slider from “Seek Slider” to “Seek” to reduce screen reader redundancy.
  • Improved readability, punctuation, and string concatenation for all right-to-left languages, including Arabic and Hebrew.

Accessibility

  • Added screen reader support to announce the video position changes when using the left and right arrow keyboard shortcuts while not focused on the timeline element.
  • Added screen reader support to announce volume changes when using the up and down arrow keyboard shortcuts while not focused on the volume slider element.
  • Improved volume keyboard accessibility by separating the mute icon from the volume slider. Now, when a user tabs to the mute icon, hitting enter will mute or unmute the player. Tabbing out of the mute icon, the volume slider will appear and can be controlled. Tabbing out of the volume slider will hide the slider and move focus to the next focusable icon.
  • Fixed a bug causing the volume slider to be read as a “left-right slider” when it is actually an “up-down slider.”
  • Added a blue focus ring that appears around any focused element when accessed by keyboard, which improves focus visibility.

Advertising

  • Improved ad rendition selection in Freewheel by passing the player’s bitrate estimate to the AdsManager.
  • Added a new bidding configuration option, no_vpaid_ads to the optionalParams object, which restricts VPAIDs and only serves mp4 ads with no SpotX VPAID wrapper.
  • Added pause reasons to the response for on(‘adPause’) in the VAST, IMA, and Freewheel clients.

Fixes

Core Player

  • Fixed an issue where loading an HLS stream via load API does not display the selected captions track, though it is shown as selected in the UI.
  • Resolved an issue in which alternate audio tracks may not be detected for HLS streams when no video codec is specified in the manifest.

Advertising

  • Fixed an issue where the player fell back to the very first standalone ad in an ad tag even if there is a standalone ad directly after a pod item. This occurred in cases where the "fallbackOnNoAd" attribute is set to true and the pod item failed to play.
  • Fixed a bug in the VAST client causing some VPAID ads to throw a Javascript exception when an ad completes playback in Microsoft Edge.