Skip to content

Pre-release 4.2.11-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@karawitan karawitan released this 24 Jul 11:07
· 177 commits to master since this release
  • Fix dash.js (@daveyx,#2659, call to obsolete functions removed) (#2672)
  • Fixes Safari critical error on video element children (#2668) …
  • Generate hlsError events for non fatal errors (#2666)
  • Fix append method is not support on old browser (#2580)
  • Fix time slider crash on left/right arrow keypress #2622
  • Fix bug before media loads and currentTime is not a number #2658
    (IE 11, IndexSizeError or InvalidStateError returned in the console when seek asked before play)
  • progress.js: Put brackets around nested conditions to comply with Old browsers
  • Html validation issue and patch (put 0 instead of NaN as a value for aria-maxvalue)
    Until 'play' is clicked the value is 0, formerly 'NaN'.
    While playing media the value is the currentTime
  • No longer modify any objects under the global window objects to prevent side effect. (PR #2123 Fixed #2598)
  • Added handling of the .play() promise errors to native_hls player (PR#2550)