Adam Waldron
Adam Waldron
## Description fastQualityChange still triggering playback watcher errors, specifically `Excessive main segment downloading detected` https://github.com/videojs/video.js/issues/8452 ## Sources https://videojs-http-streaming.netlify.app/?url=https%3A%2F%2Ffullscreen-bug.storage.yandexcloud.net%2Fmaster.m3u8 ## Steps to reproduce Explain in detail the exact steps necessary to...
fix an issue where the eventBus reference is destroyed before a `keystatuseschange` event is fired after a `despose()` call on the player.
## Description Adding some additional events and errors with relevant payloads to VHS to enable users to centralize streaming events and utilize the information passed with each error and event...
## Description Use `#EXT-X-PROGRAM-DATE-TIME` tags when present https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.2.6, to estimate the latency of the current segment, adjusting for the time elapsed within the segment. ## Specific Changes proposed Please list...
## Description ### Feature This pull request adds support for parsing mp4 encapsulated webvtt segments by modifying the existing `vtt-segment-loader` and associated functions to interface with the transmuxer to parse...