Skip to content

Version 1.2.5 of nginx-http-flv-module published

Compare
Choose a tag to compare
@winshining winshining released this 10 Oct 05:41
· 198 commits to master since this release

Changelog

  • The module name is renamed from ngx_rtmp_module.so to ngx_http_flv_live_module.so if it is built as a dynamic module.
  • Fixed the bug that exec_pull does not function when HTTP-FLV subscription is used.
  • Fixed the bug that the CPU usage soars to 100% after clients are stopped under the condition of low bandwidth.
  • Fixed the bug that Nginx crashes on condition that the number of video/audio frames in a GOP exceeds the setting value when GOP cache is enabled.
  • Fixed the compatibility problem for nginx-1.15.1 and later.
  • Added support for onTextData and onCuePoint (#68).

Bugs to be fixed

变更列表

  • 将动态模块名称从ngx_rtmp_module.so修改为ngx_http_flv_live_module.so
  • 修复使用HTTP-FLV方式播放时exec_pull不起作用的bug。
  • 修复在低带宽条件下,停止客户端播放后CPU使用率飙升到100%的bug。
  • 修复在开启GOP缓存的条件下,一个GOP中的视频/音频帧数超过设定值后Nginx崩溃的bug。
  • 修复与nginx-1.15.1及以后版本的兼容性问题。
  • 添加对onTextDataonCuePoint的支持(#68)。

待修复的bugs