Skip to content

Releases: shaka-project/shaka-player

v4.9.21

24 Jul 08:13
c53ceb5
Compare
Choose a tag to compare

4.9.21 (2024-07-24)

Bug Fixes

  • Allow dispatch metadata event with cueTime equal to 0 (#7098) (2d32e18)
  • Fix ID3 timing when included in EMSG (#7099) (98b1270)
  • WebVTT: Fix rendering of WebVTT in UITextDisplayer (#7023) (c83cac1)

v4.10.8

22 Jul 09:32
f88920e
Compare
Choose a tag to compare

4.10.8 (2024-07-22)

Bug Fixes

  • ABR: Do not adapt between spatial & non spatial audio (#7067) (077fda6)
  • DASH: Fix codec/mimeType for single text file (#7075) (c932376)
  • DASH: Fix period combining when roles are equal (#7065) (617f157)
  • Disable CC with disableText config (#7078) (1b9435b)
  • Only check encryptionScheme when is not null and not empty string (#7079) (bcbcbe8)
  • Unify maxDisabledTime behaviour (#7077) (8ea2560)

v4.9.20

22 Jul 09:21
3b4af61
Compare
Choose a tag to compare

4.9.20 (2024-07-22)

Bug Fixes

  • ABR: Do not adapt between spatial & non spatial audio (#7067) (3f87da6)
  • DASH: Fix codec/mimeType for single text file (#7075) (f464b8e)
  • DASH: Fix period combining when roles are equal (#7065) (8e3cd0f)
  • Only check encryptionScheme when is not null and not empty string (#7079) (6c0718c)
  • Unify maxDisabledTime behaviour (#7077) (d60bd6a)

v4.10.7

18 Jul 14:40
fafc626
Compare
Choose a tag to compare

4.10.7 (2024-07-18)

Bug Fixes

  • Allow reference mimeType change in StreamingEngine (#7061) (2fe4dcc)
  • DASH: Prioritize highest bandwidth in PeriodCombiner (#7045) (30cdd61)
  • Destroy correctly unused transmuxer (#7059) (7641475)
  • Fix MSE polyfill for iOS (#7049) (44dc9a9)
  • HLS: Remove init segment on formats without init segment (#7060) (ee179ad)
  • Transmuxer: Fix init segment between discontinuities (#7042) (dd2a6d7)
  • ttml: Handle escaped special characters. (#7047) (451a41e), closes #7044
  • UI: Fix resolution label when the stream has not resolution (#7043) (9e468f4)

v4.9.19

18 Jul 14:21
0132407
Compare
Choose a tag to compare

4.9.19 (2024-07-18)

Bug Fixes

  • Allow reference mimeType change in StreamingEngine (#7061) (ed9ef1a)
  • DASH: Prioritize highest bandwidth in PeriodCombiner (#7045) (6ab958c)
  • Destroy correctly unused transmuxer (#7059) (bab1cd0)
  • Fix MSE polyfill for iOS (#7049) (3e3bb78)
  • HLS: Remove init segment on formats without init segment (#7060) (064f34f)
  • Transmuxer: Fix init segment between discontinuities (#7042) (3b886e9)
  • ttml: Handle escaped special characters. (#7047) (418e85c), closes #7044
  • UI: Fix resolution label when the stream has not resolution (#7043) (7f7f6f1)

v4.10.6

15 Jul 15:29
6cddc13
Compare
Choose a tag to compare

4.10.6 (2024-07-15)

Bug Fixes

  • DASH: Fix transitions from 'dynamic' to 'static' (#7029) (a05ebaf)
  • DASH: Improve memory usage with live streams (#7039) (c1480c7)
  • PeriodCombiner: Use normalized codec to remove duplicates (#7032) (3dec226)

v4.9.18

15 Jul 15:04
d30f285
Compare
Choose a tag to compare

4.9.18 (2024-07-15)

Bug Fixes

  • DASH: Fix transitions from 'dynamic' to 'static' (#7029) (5eb4fdd)
  • DASH: Improve memory usage with live streams (#7039) (c48bb81)
  • PeriodCombiner: Use normalized codec to remove duplicates (#7032) (ad25658)

v4.10.5

12 Jul 14:14
e974713
Compare
Choose a tag to compare

4.10.5 (2024-07-12)

Bug Fixes

  • CEA: Offset text CEA-608 that are out of viewport (#7024) (8511e5a)
  • HLS: A/V sync regression for HLS with different segment sizes (#7015) (536c58d)
  • UI: Show all resolutions when there are only one audio. (#7017) (26f9511)

v4.9.17

12 Jul 14:05
6ef3714
Compare
Choose a tag to compare

4.9.17 (2024-07-12)

Bug Fixes

  • CEA: Offset text CEA-608 that are out of viewport (#7024) (1de0202)
  • HLS: A/V sync regression for HLS with different segment sizes (#7015) (0b6de7d)
  • UI: Show all resolutions when there are only one audio. (#7017) (032635f)

v4.10.4

10 Jul 10:14
5c1cd42
Compare
Choose a tag to compare

4.10.4 (2024-07-10)

Bug Fixes

  • Ads: Fix mangled properties when using X-ASSET-LIST (#7002) (e42fd3f)
  • Avoid reset iterator when seek into the buffer (#7004) (7a1c3ea)
  • Disable seek retry cooldown on most platforms (#7010) (072d21d)
  • Fix bad warning when use selectAudioLanguage (#6999) (7ff4dc9)
  • HLS: Fix filtering video/audio streams without bandwidth (#7008) (529db5b)
  • HLS: Fix load AES media playlist (#7012) (bd1bd93)
  • HLS: Propagate bandwidth to stream in audio-only and video-only (#7006) (bd30a23)
  • Prefetch: Use the same references time for evict and prefetchSegmentsByTime (#7003) (3c71c71)