Skip to content

9.0.0: BADGERS-245: [BREAKING] Remove windowType metadata (#364)

Compare
Choose a tag to compare
@tvr-buildatron tvr-buildatron released this 20 Feb 12:31

๐Ÿ“บ What

Remove BigscreenPlayer's reliance on windowType metadata. We've chosen to change the time representation for BigscreenPlayer with this change.

๐Ÿ›  How

  • Replace "video time" with providing the "presentation time" from the media element. Provide conversion functions to availability and media sample times.
  • Add TimeShiftDetector to detect a sliding seekable range and activate auto-resume
  • Converted MediaSources to TypeScript