Skip to content

v0.4.1

Compare
Choose a tag to compare
@peaBerberian peaBerberian released this 22 Apr 17:39
· 16 commits to main since this release

0.4.1 (2023-04-22)

Overview

I noticed in the v0.4.0 a mistake leading to the WaspHlsPlayer not doing byte-range requests properly: The string bytes= was not actually prepended to the Range HTTP header's value. Because of this, HLS contents relying on range requests would only play once the full segment has been loaded.

This is now fixed.

Changelog

Bug fixes

  • Fix HTTP Range requests (by prepending the forgotten bytes= string)