Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.94 KB

File metadata and controls

45 lines (28 loc) · 1.94 KB

NanoPlayer - Release Overview

Please find more about the latency control modes feature in our documentation.

[4.14.1]

Release Notes

This release introduces two new latency control modes targeting especially lowest latency use cases like live auctioning. The latency control mode can be selected via the added config.playback.latencyControlMode configuration parameter. The established latency control mode is available as the 'classic' option which remains to be the default mode. In addition the new latency control modes 'balancedadaptive' and 'fastadaptive' have been added. According to the current stream and network conditions they can adjust the latency adaptively. This allows to achieve a lower latency while keeping the playback experience smooth. Please find further information in our feature description in the documentation.

Changelog

Added

  • added latency control modes and related configuration parameter
    • configuration parameter: config.playback.latencyControlMode
    • string values: 'classic', 'balancedadaptive', 'fastadaptive'

Improved

  • improved handling in case of video frames being dropped by the browser

Release Package 4.14.1

Documentation

Feature Description

Release History