Releases: membraneframework/membrane_http_adaptive_stream_plugin
Releases · membraneframework/membrane_http_adaptive_stream_plugin
v0.4.1
Correctly handle the following edge cases that may occur during track bandwidth calculation:
- Initial segments have duration equal to 0
- Initial segments have duration that is invalid in terms of HLS RFC specification for track bandwidth calculation.
Additionally incorrect usage of Ratio library with elixir Enum module was remediated.