如何在 windows 平台上添加 nginx 模块?

How to add nginx modules on windows platforme?

我正在尝试在本地 Nginx 配置中测试流媒体文件。 我需要添加两个 nginx 模块:flv 和 mp4

--with-http_flv_module 用于 Flash 视频 (FLV) 文件 --with-http_mp4_module 用于 H.264/AAC 文件

然而,我正在使用 Kevin Worthington 安装:http://kevinworthington.com/nginx-for-windows/,所以我无法添加这些模块以检查 Nginx 是否发送 partial-content 206 header请求流媒体。

提前致谢。

我找到这个 link,用 Visual C 在 Win32 平台上构建 nginx:http://nginx.org/en/docs/howto_build_on_win32.html