v0.4.1
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)