mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
674e71d064
This change improves MediaTailor ad handling by: - Deduplicating cue points to avoid repeated ad markers - Guarding ad break listener setup to prevent event duplication - Cleaning up ad state more defensively on stop/end - Improving static resource caching and tracking robustness These fixes prevent duplicate events, listener leaks, and inconsistent ad playback during manifest updates and polling. --------- Co-authored-by: Theodore Abshire <TheodoreAbshire@Gmail.com> Co-authored-by: Wojciech Tyczyński <tykus160@gmail.com>