Skip to content

Releases: membraneframework/membrane_http_adaptive_stream_plugin

v0.4.1

28 Dec 10:34
83ae483

Choose a tag to compare

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.