Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sourceset): ignore blob urls when updating source cache (#5371)
It's possible for us to get a blob url for sourceset, but when we do, we shouldn't update the source caches with that information. blob urls can arise when playback is done via Media Source Extension (MSE) such as m3u8 sources with @videojs/http-streaming (VHS).
- Loading branch information