nginx添加nginx_mod_h264_streaming-2.2.7模块编译报错

报错ngx_http_streaming_module.c:158: 错误:‘ngx_http_request_t’ 没有名为 ‘zero_in_uri’ 的成员。这需要修改nginx_mod_h264_streaming-2.2.7的源代码:
修改ngx_http_streaming_module.c,注释掉
 if (r->zero_in_uri)   { 
    return NGX_DECLINED;  
 } 
 
make clean,重新configure,重新make
上一篇:nginx添加未编译安装模块


下一篇:nginx添加 nginx_heath模块