Releases: membraneframework/membrane_rtmp_plugin
Releases · membraneframework/membrane_rtmp_plugin
v0.9.0
v0.8.1
v0.8.0
v0.7.0
What's Changed
- Add support for infinity attempts to the sink by @philipgiuliani in #28
- Retry connection on timeout by @philipgiuliani in #27
New Contributors
- @philipgiuliani made their first contribution in #28
Full Changelog: v0.6.1...v0.7.0
v0.6.1
This is a bugfix release.
What has changed
Membrane.AVC.Utils
has been moved toMembrane.RTMP.AVC.Utils
to avoid module name conflict withmembrane_flv_plugin
v0.6.0
v0.5.0
What's Changed
- Fix includes on FFmpeg 5.0 by @bblaszkow06 in #17
- Update repo to current plugin template by @bblaszkow06 in #18
- Fix sink test reliability - an option to retry connection by @bblaszkow06 in #19
- Prevent Source from blocking a port forever by @bblaszkow06 in #20
- Prevent connection awaiting from blocking Source's process by @bblaszkow06 in #21
- Fix & update example pipelines by @bblaszkow06 in #22
Full Changelog: v0.4.1...v0.5.0
Release v0.4.1
What's changed?
- The Source element now reads the DTS from the arriving packet. This DTS is attached to the buffer sent through the output pad.
Release v0.4.0
What has changed?
- The dependency to the Membrane Core has been updated to 0.10.0
Changes which do not affect API:
- Usage of the deprecated functions from the Membrane Core has been removed
v0.3.0
What's Changed
Membrane.RTMP.Sink
was implemented. It allows you to stream over RTMP to eg. YoutubeMembrane.RTMP.Bin
was renamed toMembrane.RTMP.SourceBin
Minor changes
- Bugfixes to timestamps extracted from RTMP in
Membrane.RTMP.Source
Membrane.RTMP.Source
now usesMembrane.H264.RemoteStream
andMembrane.AAC.RemoteStream
caps on outputs. Therefore, parsing of Audio Specific Config and Decoder Configuration Record is delegated to Parser elements for the given formats
Full Changelog: v0.2.1...v0.3.0