Skip to content

Releases: membraneframework/membrane_http_adaptive_stream_plugin

v0.12.1

10 Apr 10:21
2c5e699

Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

27 Feb 14:31
cdd84b8

Choose a tag to compare

What's Changed

  • Added state to storage. by @shuntrho in #65
  • fix setting #EXT-X-MEDIA-SEQUENCE by @blazpie in #66
  • Update deps. Bump version to 0.12.0 by @sgfn in #69

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

20 Feb 16:52
43996b3

Choose a tag to compare

What's Changed

  • Ml 238 optimise bandwith computation by @shuntrho in #63
  • Change time types by @Karolk99 in #68
  • Bump version to 0.11.0. by @shuntrho in #67

Full Changelog: v0.10.1...v0.11.0

v0.10.1

01 Feb 12:51
6550b13

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

13 Jan 11:13
ef9cc87

Choose a tag to compare

What's Changed

  • Update to Membrane Core 0.11, modify storage cleanup functionality by @balins in #62

Full Changelog: v0.9.0...v0.10.0

v0.9.0

07 Dec 13:48
d8e08d9

Choose a tag to compare

What's Changed

  • Allow to use a custom function for segment naming by @balins in #49
  • Order add_segment arguments properly by @balins in #50
  • Audio playlist name dependent on audio track name by @balins in #51
  • Add support for LL-HLS by @Qizot in #52
  • Finalize segment in LL mode on end_of_stream by @Qizot in #55
  • Add option for h264 payloder (pps, sps) to sink bin by @Karolk99 in

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

11 Oct 14:23

Choose a tag to compare

What's Changed

  • Add handle_notification in sink_bin by @Rados13 in #45

Full Changelog: v0.8.0...v0.8.1

Release v0.8.0

20 Jun 11:30
9b49ace

Choose a tag to compare

In this release:

  • A dependency to the membrane_mp4_plugin has been updated to v0.16.0, which supports an occurrence of B-frames in the stream. Starting from now, the B-frames might be present in the stream, as an offset field, with value being the offset between PTS and DTS, is added in each sample.

v0.6.0

16 May 17:04

Choose a tag to compare

What's Changed

  • Bump membrane_core to 0.10.0. Fix tests by @mickel8 in #37

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Jan 09:43

Choose a tag to compare

What's Changed

  • hls_mode option was introduced to Membrane.HTTPAdaptiveStream.SinkBin. Setting it to :muxed_av will change the way the elements are linked internally, resulting in muxing audio into every rendition of video stream.

    This setting is recommended for applications where parameters of video might change, eg. piping WebRTC stream into HLS.

Full Changelog: v0.4.1...v0.5.0