Skip to content

Releases: membraneframework/membrane_rtmp_plugin

v0.27.3

07 Nov 10:59
de85843
Compare
Choose a tag to compare

What's Changed

  • [Bugfix] The buffers are not flushed when end_of_stream arrives and the native object hasn't yet been initialized on handle_stream_format @varsill in #108

Full Changelog: v0.27.2...v0.27.3

v0.27.2

04 Nov 10:57
02831e7
Compare
Choose a tag to compare

What's Changed

  • Fix a bug with :stream_deleted message not handled in source bin. by @varsill in #106

Full Changelog: v0.27.1...v0.27.2

v0.27.1

04 Nov 10:57
726f791
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.27.1

v0.27.0

30 Oct 16:06
619e331
Compare
Choose a tag to compare

What's Changed

  • Graceful and non graceful RTMP server termination are now distinguishable - added by @dmorn in #100. Membrane.RTMPServer.ClientHandler.ClientBehaviour.handle_delete_stream/1 is now called only in case of a graceful termination (when appropriate RTMP message was delivered), while Membrane.RTMPServer.ClientHandler.ClientBehaviour.handle_connection_closed/1 is always called, even in a case when TCP socket connection drops unexpectedly .
  • There is a new Membrane.RTMPServer.ClientHandler.ClientBehaviour.handle_metadata/2 optional callback added by @lastcanal in #103 - you can use that callback to get RTMP stream metadata (like video resolution or framerate) sent within SetDataFrame and OnMetaData messages.

Breaking changes:

  • Membrane.RTMPServer.ClientHandler.ClientBehaviour.handle_metadata.end_of_stream/1 has become Membrane.RTMPServer.ClientHandler.ClientBehaviour.handle_metadata.handle_connection_closed/1

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0

23 Sep 08:54
49cf4a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.0...v0.26.0

v0.25.0

22 Aug 12:14
3258ba2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.25.0

v0.24.0

13 Aug 09:11
ba8e03a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.3...v0.24.0

v0.23.3

18 Apr 19:41
89309aa
Compare
Choose a tag to compare

What's Changed

  • Add missing deleteStream amf message by @dmorn in #92

Full Changelog: v0.23.2...v0.23.3

v0.23.2

19 Mar 13:04
4e913b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.1...v0.23.2

v0.23.1

04 Mar 12:00
a648aa1
Compare
Choose a tag to compare

What's Changed

  • Replace h264 plugin with h26x by @Qizot in #89

Full Changelog: v0.23.0...v0.23.1