Skip to content

v0.20.0

Compare
Choose a tag to compare
@balins balins released this 15 Dec 18:18
· 72 commits to master since this release
c4ddeaf
  • BREAKING: Optional User Arguments of connect message have been moved to the :extra field of the struct, removing :supports_go_away from %Membrane.RTMP.Messages.Connect and adding all the fields from the RTMP specification
  • BREAKING: the outputted FLV media packets have now always stream_id equal 0 to conform to the FLV specification
  • handshake parser now logs a warning instead of raising on invalid handshake data
  • the RTMP source now handles ping request/response user control messages
  • server-sent chunk size has been increased
  • declared window acknowledgement size and peer bandwidth have been increased. Notice that the plugin still doesn't support sending acknowledgement to clients
  • various incompatibilities with the RTMP specification in the RTMP source have been fixed, potentially resolving issues with some RTMP clients
  • precompiled binaries for Linux with ARM architecture have been added to bundlex.exs

What's Changed

Full Changelog: v0.19.3...v0.20.0