wjplayer
wjplayer copied to clipboard
chore(deps): update dependency videojs-contrib-hls to v5.15.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
videojs-contrib-hls | 5.8.2 -> 5.15.0 |
Release Notes
videojs/videojs-contrib-hls
v5.15.0
- Add redirect support for manifest and media requests (#1213)
v5.14.1
- Fixed the minified dist file
v5.14.0
- update videojs-contrib-media-sources to 4.7.1 and webwackify to 0.1.5 (#1376)
- More useful info in segment-metadata cue (bandwidth/resolution/codecs/byte-length) (#1210)
v5.13.0
- use webwackify for webworkers to support webpack bundle (#1363)
- Fix tech.play() throwing unresolved promise errors on Chrome (#1338)
- update url-toolkit to ^2.1.3 (#1327)
- Add jsDelivr link (#1274)
- Update karma reconnect configuration to match video.js' (#1323)
- Increase karma's browserDisconnectTolerance to 3
- Add nvmrc and update travis' chrome reference (#1322)
- Update karma-chrome-launcher to ^2.2.0
- Update karma to ^1.7.1 and remove firefox from travis configuration
- enable node_modules caching on travis
- Update videojs-contrib-quality-levels to ^2.0.4
- Fix test for event handler cleanup on dispose by calling event handling methods
v5.12.2
- Remove unused expected manifest js files #1289
- Remove extraneous methods from PlaylistLoader #1286
- Move isLowestEnabledRendition to playlist module
- update contrib-media-sources to 4.6.2 #1291
- update mux.js to 4.3.2
- flush pes packets when there is enough data
- update mux.js to 4.3.2
v5.12.1
- update contrib-media-sources to 4.6.1 #1284
- update mux.js to 4.3.1
- Set active data channel per-field instead of globally for CEA-608
- Fixed an issue with captions being placed in the wrong CC
- update mux.js to 4.3.1
v5.12.0
- use
lastSegmentDuration + 2 * targetDuration
for safe live point instead of 3 segments #1271- do not let back buffer trimming remove within target duration of current time
- increase threshold for stuck playlist checking
- Fix video corruption on rendition switches in IE11 Win 8.1+ and Edge #1259
- segment-time-mapping event
- update contrib-media-sources to 4.6.0
- prioritize user enabled playlists over blacklist #1269
- never allow playlist selector to select a playlist that has been permanently blacklisted due to incompatible configuration
- When filtering playlists within the playlist selectors, if there are no enabled playlists (i.e. not blacklisted internally AND not disabled by the user) available, then fall back to using the list of playlists not disabled by the user regardless of blacklist state.
- make sure playlists blacklisted from an illegal media switch is permanently blacklisted, as there is no reason to try it again at a later time.
- The representation api will return a list that filters out just incompatible playlists instead of both incompatible playlists and temporary blacklisted playlists.
v5.11.1
- update videojs-contrib-media-sources to 4.5.3 #1278
- update mux.js to 4.2.2
- Use the first audio and video tracks in the PMT
- update mux.js to 4.2.2
- fix InvalidStateError for live playback in IE11 #1266
v5.11.0
- Update videojs-contrib-media-sources to 4.5.2 #1262
- let video.js remoteTextTrack auto cleanup take care of text track cleanup
- Blacklist incompatible playlists on probe if codec information not in master manifest #1257
- Seek to seekable start when seeking before the seekable window #1260
- MediaGroups: various bug fixes and refactor #1243
- Removes the Firefox 48 check for for supporting a change in audio info
- Fix delayed switching between audio tracks and intermittent desync.
v5.10.1
- fix: flv metadata tags now appened when audio info changes #1245
v5.10.0
- CEA608: support for cc2-cc4, special/extended characters, formatting #1096
- All four CC tracks are now available
- If CLOSED-CAPTIONS are specified in the master manifest, the corresponding CC text tracks will be labled appropriately, otherwise will be labled CC1 - CC4
- Underline and italics will now be rendered.
- Special thanks to @squarebracket
v5.9.0
- Add option to select lowest bitrate video rendition available on startup #1212
- always activate loading in segment loaders after a seek #1234
- Wait for
canplay
event from tech beforePlaybackWatcher
begins monitoring #1230- Fixes InvalidStateError in Win10 IE11
- Blacklist playlist for 2 minutes on early abort to prevent cache loop #1220
- Prevent rendition switch loop due to inconsistent network/caching
- Don't fire bandwidthupdate when aborting early
- make sure text tracks added by hls are properly disposed #1228
- Fixing Backward Seeking in IE11 Win8.1 #1225
v5.8.3
- Fix: Double caption issue #1219
- attach attributes property to playlist objects in cases the m3u8-parser does not#1214
- add warning log when missing attribute for stream-inf
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.