Current section
Files
Jump to
Current section
Files
membrane_rtc_engine_hls
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.6.0
* Update deps [#363](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/363)
## 0.5.0
* Add subscribe function [#340](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/340)
## 0.4.0
* Update to Membrane Core 1.0 [#331](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/331)
* Update Membrane Video Compositor dependency [#338](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/338)
* Fix bug in Recording Handler [#341](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/341)
* Manual subscription for endpoints [#343](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/343)
* Fix bug in hls manual subscription [#344](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/344)
* Add recording layout [#335](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/335)
* Add manual track subscription [#328](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/328)
## 0.3.0
* Add cleanup feature [#324](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/324)
* Move tests to `integration_tests` [#323](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/323)
## 0.2.1
* Fix segment duration and add framerate to hls playlist [#316](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/316)
* Bump deps [#318](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/318)
## 0.2.0
* Rename FileEndpoint to FileSourceEndpoint [#300](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/300/)
* Move StaticTrackSender to membrane_rtc_engine [#300](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/300/)
* Update HLS to use new H264 parser. Bump deps [#309](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/309)
* Changes related to RTSP->WebRTC support [#311](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/311)
* Support for any number of video tracks in HLS Compositor layout [#312](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/312)
* Set `sc_threshold=0` in H264 encoder [#313](https://github.com/jellyfish-dev/membrane_rtc_engine/pull/313)
## 0.1.0
* Initial release