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.8.0

Updates

Core Player

  • Added a new object, floating, which keeps the player visible when the original player location is scrolled out of view by minimizing it to the bottom right corner of the screen (and the top of the page in portrait mode on small screens). Viewers cannot hide the floating player and send it back to its original location when floating.dismissible is set to false. Learn more about floating in our documentation.
  • Removed a previously undocumented configuration option, floatOnScroll, which was available for a beta version of the floating player. Please use the new floating block above.
  • Added the ability for the viewer to drag and reposition the floating player anywhere on the screen. Dragging is disabled during ad playback.
  • Added a new object, autoPause, which automatically pauses the video when less than 50% in view, including when the player is no longer in the active tab. Learn more about autopause in our documentation.
  • Added support for CMAF format streams across all browsers.
  • Improved handling of relative protocol urls so that JW Player hosted protocol-relative playlist urls can play when accessing a webview that has js embed with file:// protocol. Only jwplatform playlist urls starting with "//" are changed to be loaded over https. URLs for other domains or for ad tags must be fully resolved in the setup configuration.
  • Improved the user experience by retaining the paused state after a viewer seeks while paused. Developers who have worked around this in the past by calling pause() on seek no longer need to use the API, but anyone who wishes to resume playback automatically after a seek event now must call play().
  • Improved clarity by hiding the settings menu gear icon in the control bar if the only submenu option is also a shortcut icon in the control bar, which applies to sharing and captions.
  • Added a volume slider to control bar only players, which is used to play audio. Setting a player’s height to 42px automatically puts the player into control bar only mode.
  • Added a reference dialog for keyboard shortcuts within the player, which can be accessed via the right click menu or evoked by pressing SHIFT+?.
  • Added support for all playlists to use our recommendations user interfaces by setting related.displayMode to shelf or shelfWidget. Read more about this option in the configuration reference. The default interface for playlists that are not generated through our recommendations product remains as overlay.
  • Removed the localization option, playlist, which localized the tooltip text, overlay heading, and aria-label HTML attribute of a playlist overlay. To customize this text, please use related.heading within the intlblock.
  • Added a shortcut to sharing in the right click menu.
  • Added automatic localization support for six new languages: Russian, Indonesian, Korean, Thai, Vietnamese, and Finnish. Check our support article for a full list of the 21 supported languages and to submit a request for additional languages.

Advertising

  • Deprecated the on(‘adManager’) event for Google IMA and Freewheel, which fires when the ad manager is loaded. on(‘adsManager’), with an “s”, should be used instead.

Fixes

Core Player

  • Fixed a typo in the French translation of the word share.

Advertising

  • Fixed an issue causing audio to play in background.