Skip to content

Version 1.2.10 of nginx-http-flv-module published (updated ONLY version for release on 2021-12-31)

Compare
Choose a tag to compare
@winshining winshining released this 20 Feb 05:59
· 33 commits to master since this release
4e12f45

Changelog

  • Fixed push failure when '$' was contained in push url, see #211, thanks to @silent-dark.
  • Fixed buffer overrun after changing chunk size (synced from nginx-rtmp-module).
  • Fixed bug that info of destroyed streams still appear in stat, see #181, thanks to @craneding.

Bugs to be fixed

变更列表

  • 修复 push url 中包含 '$' 时,push 失败的 bug,见 #211,感谢 @silent-dark
  • 修复在改变 chunk 大小时缓冲区超出限制的 bug(同步自 nginx-rtmp-module)。
  • 修复已被销毁的流信息仍然存在于 stat 中的 bug,见 #181,感谢 @craneding

待修复的 bugs