Skip to content

Releases: membraneframework/membrane_rtmp_plugin

v0.9.0

19 Oct 12:39
Compare
Choose a tag to compare

What's changed

  • Added pure elixir implementation of the RTMP.Source (#33)

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

v0.8.1

19 Oct 09:28
Compare
Choose a tag to compare

What's changed

  • Fix memory leak in the RTMP Sink (#31)

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

v0.8.0

17 Oct 11:12
Compare
Choose a tag to compare

What's Changed

  • Add parsing pts in #29
  • Bumped h264 parser to 0.22.0

Full Changelog: v0.7.0...v0.8.0

v0.7.0

26 Sep 11:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

26 Sep 11:09
Compare
Choose a tag to compare

This is a bugfix release.

What has changed

  • Membrane.AVC.Utils has been moved to Membrane.RTMP.AVC.Utils to avoid module name conflict with membrane_flv_plugin

v0.6.0

22 Jun 07:52
c567392
Compare
Choose a tag to compare

What's changed?

  • The dependency to the membrane_mp4_plugin has been updated to 0.16.0. It results in B-frames in h264 stream now being supported.

v0.5.0

08 Jun 12:12
ff4b1ff
Compare
Choose a tag to compare

What's Changed

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

Release v0.4.1

30 May 10:55
30172bf
Compare
Choose a tag to compare

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

26 May 13:33
c61f6a4
Compare
Choose a tag to compare

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

04 Jan 07:12
Compare
Choose a tag to compare

What's Changed

  • Membrane.RTMP.Sink was implemented. It allows you to stream over RTMP to eg. Youtube
  • Membrane.RTMP.Bin was renamed to Membrane.RTMP.SourceBin

Minor changes

  • Bugfixes to timestamps extracted from RTMP in Membrane.RTMP.Source
  • Membrane.RTMP.Source now uses Membrane.H264.RemoteStream and Membrane.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