Releases: membraneframework/membrane_http_adaptive_stream_plugin
Releases · membraneframework/membrane_http_adaptive_stream_plugin
v0.12.1
v0.12.0
v0.11.0
v0.10.1
v0.10.0
v0.9.0
What's Changed
- Allow to use a custom function for segment naming by @balins in #49
- Order
add_segmentarguments 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
Release v0.8.0
In this release:
- A dependency to the
membrane_mp4_pluginhas been updated tov0.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 anoffsetfield, with value being the offset between PTS and DTS, is added in each sample.
v0.6.0
v0.5.0
What's Changed
-
hls_modeoption was introduced toMembrane.HTTPAdaptiveStream.SinkBin. Setting it to:muxed_avwill 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