Skip to content

Version 1.2.9 of nginx-http-flv-module published

Compare
Choose a tag to compare
@winshining winshining released this 25 Apr 15:41
· 39 commits to master since this release

Changelog

  • Removed an unused variable which was removed in Nginx core, thanks to @TzyHuan.
  • Renamed the value of macro NGX_RTMP_PLAY_TMP_FILE from nginx-rtmp-vod. to nginx-http-flv-vod..
  • Fixed a bug that might lead to dead loop.
  • Fixed a bug (also been in nginx-rtmp-module) that relay failed if:
    • Nginx ran on Unix-like platforms.
    • nginx-http-flv-module compiled as a dynamic module.
    • Nginx ran in multi-processes mode.

Bugs to be fixed

变更列表

  • 移除 Nginx core 已经移除的无用变量,感谢 @TzyHuan 。
  • 将宏 NGX_RTMP_PLAY_TMP_FILE 的值从 nginx-rtmp-vod. 重命名为 nginx-http-flv-vod.
  • 修复一个可能导致死循环的 bug 。
  • 修复当满足下列条件时,relay 失败的 bug (也存在于 nginx-rtmp-module 中) :
    • Nginx 运行在类 Unix 平台上 。
    • nginx-http-flv-module 被编译为动态模块 。
    • Nginx 以多进程方式运行 。

待修复的 bugs