NanoPlayer - Release Overview
Please find more about the MOQ playback mode feature in our documentation
For easy-to-use migration follow our guide
[5.0.5]
Release Notes
This update resolves a slight audio delay in MOQ playback that could gradually become noticeable after repeated stream switches and improves the robustness of config.general.serverDomain parsing for edge cases. In addition, onReady metrics have been improved, and an inconsistency in error emission for malformed or missing source configurations has been fixed.
Changelog
Fixed
- slight audio delay in MOQ playback that could gradually become noticeable after repeated stream switches
- ensure a dedicated error with code 5004 is emitted consistently when the source configuration is missing or incomplete
Improved
- metrics for the
onReadyevent - robustness of
config.general.serverDomainparsing for edge cases
[5.0.4]
Release Notes
This release includes an improvement to the overall resilience of the player’s error handling and recovery. It resolves an issue that caused a black screen during error recovery in MSE and HLS playback modes. Furthermore, it fixes a playback start error that occurred when MOQ mode was enabled without a configured server.webtransport URL.
Changelog
Fixed
- an issue causing a black screen during error recovery in MSE and HLS playback modes.
- a playback start failure that occurred when MOQ mode was enabled but no server.webtransport URL was provided in the configuration.
Improved
- Enhanced overall resilience of error handling and recovery mechanisms.