Hello,
I’m trying to add https://libraries.io/github/kaltura/nginx-rtmp-module to the exisisting kaltura-nginx vod module, is this possible ? as i’ve been trying and i keep getting an error when I do issue the make command and i get the following response:
In file included from /usr/include/x86_64-linux-gnu/sys/sysctl.h:23:0,
from src/os/unix/ngx_linux_config.h:54,
from src/core/ngx_config.h:26,
from /home/nginxlive/nginx-vod-module-master//ngx_child_http_request.c:1:
/home/nginxlive/nginx-vod-module-master//ngx_child_http_request.c:76:28: error: ‘ngx_http_headers_in_t’ has no member named ‘if_match’
{ ngx_string(“If-Match”), offsetof(ngx_http_headers_in_t, if_match) },
^
/home/nginxlive/nginx-vod-module-master//ngx_child_http_request.c:76:2: error: missing initializer for field ‘offset’ of ‘ngx_child_request_hide_header_t’ [-Werror=missing-field-initializers]
{ ngx_string(“If-Match”), offsetof(ngx_http_headers_in_t, if_match) },
^
/home/nginxlive/nginx-vod-module-master//ngx_child_http_request.c:41:8: note: ‘offset’ declared here
off_t offset;
^
In file included from /usr/include/x86_64-linux-gnu/sys/sysctl.h:23:0,
from src/os/unix/ngx_linux_config.h:54,
from src/core/ngx_config.h:26,
from /home/nginxlive/nginx-vod-module-master//ngx_child_http_request.c:1:
/home/nginxlive/nginx-vod-module-master//ngx_child_http_request.c:78:33: error: ‘ngx_http_headers_in_t’ has no member named ‘if_none_match’
{ ngx_string(“If-None-Match”), offsetof(ngx_http_headers_in_t, if_none_match) },
^
/home/nginxlive/nginx-vod-module-master//ngx_child_http_request.c:78:2: error: missing initializer for field ‘name’ of ‘ngx_child_request_hide_header_t’ [-Werror=missing-field-initializers]
{ ngx_string(“If-None-Match”), offsetof(ngx_http_headers_in_t, if_none_match) },
^
/home/nginxlive/nginx-vod-module-master//ngx_child_http_request.c:40:12: note: ‘name’ declared here
ngx_str_t name;
^
cc1: all warnings being treated as errors
make[1]: *** [objs/addon/nginx-vod-module-master/ngx_child_http_request.o] Error 1
make[1]: Leaving directory `/home/nginxlive/nginx-1.2.9’
make: *** [build] Error 2