Releases
v1.2.8
Version 1.2.8 of nginx-http-flv-module published (updated ONLY version for release on 2020-09-05)
Changelog
Added variables substitution feature for relay module, thanks to @ever4Kenny .
Changed max fragment sizes respectively for video and audio in DASH module.
Fixed bug that 'stream not found' if reuseport
was on when run Nginx in multi-processes mode, see #144 , thanks to @HeyJupiter .
Fixed playing lag bug when both gop_cache
and interleave
were on.
Fixed memory leak bugs in core/live server conf, see #150 , thanks to @spacewander .
Fixed bug that on_publish
redirection made no sense for HLS and DASH stream name, see #152 , thanks to @ham3r .
Fixed meta parsing bug on edge server when meta copy;
were set on both origin and edge server.
Fixed a memory leak bug in GOP cache module, see #159 , thanks to @spacewander .
Fixed a compilation error when VS2015 (maybe since VS2013) was used on Windows, see #163 , thanks to @Creepercdn.
Fixed some potential stack overflow bugs, see #170 , thanks to @wupco .
Added a new feature: recording configuration and statistics can be found in stat.
Fixed a compilation error on some distros, see #174 , thanks to @DoM1niC .
Fixed some JSON parsing bugs in stat module.
Bugs to be fixed
变更列表
为 relay 模块添加变量替换功能,感谢 @ever4Kenny 。
修改 DASH 模块中视频和音频最大的分段大小 。
修复多进程模式运行 Nginx 时,如果配置 reuseport
,出现 'stream not found' 的 bug,详情见 #144 ,感谢 @HeyJupiter 。
修复当 gop_cache
和 interleave
都开启时播放卡顿的问题。
修复 core/live server 配置中的内存泄露 bug,详情见 #150 ,感谢 @spacewander 。
修复 on_publish
流名称重定向对 HLS 和 DASH 无效的 bug,详情见 #152 ,感谢 @ham3r 。
修复在边缘服务器和源服务器上同时配置 meta copy;
时,边缘服务器上 meta 解析错误的 bug 。
修复 GOP 缓存模块中的一个内存泄露 bug,详情见 #159 ,感谢 @spacewander 。
修复在 Windows 上使用 VS2015 (可能从 VS2013 开始就有同样的问题) 编译程序时的一个编译错误,详情见 #163 ,感谢 @Creepercdn 。
修复一些潜在的栈溢出 bug,详情见 #170 , 感谢 @wupco 。
添加一个新特性:录制的配置和统计数据可以在 stat 中看到了。
修复在某些发行版上的一个编译错误,详情见 #174 ,感谢 @DoM1niC 。
修复 stat 模块中一些 JSON 解析 bug 。
待修复的bugs
You can’t perform that action at this time.