../nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c: In function ‘ngx_streaming_handler’:
../nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c:158: 错误:‘ngx_http_request_t’ 没有名为 ‘zero_in_uri’ 的成员
make[1]: *** [objs/addon/src/ngx_http_h264_streaming_module.o] 错误 1
make[1]: Leaving directory `/usr/src/nginx-1.4.4’
make: *** [build] 错误 2
解决办法:
[[email protected] nginx-1.4.4]# vim /usr/src/nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c
注释掉158-161行:
157 # /* TODO: Win32 */
158 /* if (r->zero_in_uri)
159 # {
160 # return NGX_DECLINED;
161 }
162 */