-
Notifications
You must be signed in to change notification settings - Fork 2.7k
docs: add note regarding ESM use with old browsers #7123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- more than one Media Playlist tag, SKIP, and VERSION - live update segment sequence mismatches: same url segments must have the same media and discontinuity sequence numbers betwen live updates Added `config.ignorePlaylistParsingErrors` to ignore playlist parsing errors
chore(deps): update dependency wrangler to v3.114.2
video-dev#7120) * Added support for supplemental codec with streams that has audio and video in same file. --------- Authored-by: Timi Tuohenmaa <8275701+timitt@users.noreply.github.com>
…mestamps are updated Fixes timestamp alignment of inband metadata and captions with fmp4 "pass-through" remuxer
video-dev#7124) * Allow primary segment prefetching for interstitial resumption and expand allowance of append-in-line strategy Resolves video-dev#7117 * Handle shortened asset-list result and improve asset-list loaded logging Fix prefetching asset at live start Resolves video-dev#7117 * Fix prefetching asset segments at target seek position
…selection at interstitial boundaries
…r-134.x chore(deps): update dependency chromedriver to v134.0.4
…r-134.x chore(deps): update dependency chromedriver to v134.0.5
chore(deps): update dependency sinon to v19.0.4
chore(deps): update dependency sinon to v19.0.5
…eslint-monorepo chore(deps): update typescript-eslint monorepo to v8.27.0
…eslint-monorepo chore(deps): update typescript-eslint monorepo to v8.28.0
…bdriver-4.x chore(deps): update dependency selenium-webdriver to v4.30.0
chore(deps): update dependency @babel/preset-typescript to v7.27.0
…pi-documenter-7.x chore(deps): update dependency @microsoft/api-documenter to v7.26.18
…eslint-monorepo chore(deps): update typescript-eslint monorepo to v8.30.0
…eslint-monorepo chore(deps): update typescript-eslint monorepo to v8.31.0
chore(deps): update dependency wrangler to v3.114.6
…pi-documenter-7.x chore(deps): update dependency @microsoft/api-documenter to v7.26.21
…pi-documenter-7.x chore(deps): update dependency @microsoft/api-documenter to v7.26.23
…r-135.x chore(deps): update dependency chromedriver to v135.0.2
…r-135.x chore(deps): update dependency chromedriver to v135.0.3
…pi-extractor-7.x chore(deps): update dependency @microsoft/api-extractor to v7.52.4
…pi-extractor-7.x chore(deps): update dependency @microsoft/api-extractor to v7.52.5
…/hls.js into chore/es5_migration_note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies - this is what I was attempting to do but tripped over a Git rebase landmine. Trying to fix it but I might have to just close the PR and re-open a new one. |
This PR will...
Adds a note to the MIGRATING document regarding performance issues on older web engines (for example, Chrome v56/63 on Samsung TV's).
Why is this Pull Request needed?
Performance issues discovered when using the ESM (default) version of this library when compiling client applications in
strictmode. Communicates recommendations to avoid this.Are there any points in the code the reviewer needs to double check?
n/a
Addresses issues:
#7106
Checklist