Skip to content

1.7.5

Compare
Choose a tag to compare
@shogo4405 shogo4405 released this 27 Mar 06:24
· 449 commits to main since this release

Note

The implementation of methods such as FCPublish, which have been used in FMLE until now, was not done correctly. We have been experiencing the same issue since the release, but because there is a possibility of it causing bugs, we have now fixed the implementation to be correct.

For those who wish to use FMLE sequence processing, please specify the same value for fcPublishName as you would for publish(name):

Specify it as the second argument in the constructor of RTMPStream:

  1. stream = RTMPStream(connection, fcPublishName)
  2. Set a value for stream.fcPublishName.

Related Issues

What's Changed

  • Implement timestamp recalculation for audio buffers by @levs42 in #1385
  • Set IOVideoUnit inputFormat when new buffer is available by @levs42 in #1387
  • Add workground feature RTMPStream.send. by @shogo4405 in #1390
  • Support FMLE-compatible sequences(releaseStream/FCPublish) by @shogo4405 in #1393

Full Changelog: 1.7.4...1.7.5