Skip to content

Releases: muxinc/mux-background-video

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 16 Apr 18:47
chore(release): 0.2.3

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 16 Apr 18:19
chore(release): 0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Apr 17:49

Bug Fixes

  • add better error logging for Plus quality Mux videos (#35) (acb82a7)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 16:14

Features

  • expose video ref in react component (#31) (2acad89)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 08:04

Bug Fixes

  • add buffer eviction comment (f38cb0a)
  • add buffering logic to media source (52c2a1d)
  • add evict & playhead buffer logic (aa4e8b9)
  • add getContiguousBufferedEnd test (c57ca6c)
  • add getSegmentsToLoad test (f4d21f9)
  • add muted flag that omits audio track (e99c531)
  • add Nextjs example and move Vercel example (d402c2e)
  • check media source state before appending (c878717)
  • cleanup (71ee9b0)
  • cleanup issue and race conditions (58a72a5)
  • favicon issue (191106c)
  • improve endOfStream logic (d248f08)
  • improve types (5e98b6c)
  • make maxResolution param work (f52b534)
  • re-organize code (a1650a0)
  • remove not yet needed option (5522e3c)
  • rename and reorder (bb49577)
  • rename project to mux-background-video (529273a)
  • update package.json (1da1735)

Features

  • add audio option to background video (82dc900), closes #2
  • add chunked stream iterable (1eed2e0)
  • add debug option (#18) (ee06395), closes #17
  • add fallback for MediaSource (e2cde29), closes #11
  • add fetchWithRetry utility (#13) (70e8360), closes #4
  • add img child support (#16) (0bb9478), closes #14
  • add mux data to background video (#8) (571e91b), closes #5
  • add preload support (#7) (b1a71c7), closes #3
  • add requestLoad to MediaRenderer (0c1845f), closes #1
  • add shadow dom to web component (19a41b1)
  • improve loadMedia, add custom element (53002f1)
  • support managed media source for iOS 17+ (#12) (a4a3171), closes #10