Package Details: nginx-mod-vod 1.24-1

Git Clone URL: https://aur.archlinux.org/nginx-mod-vod.git (read-only, click to copy)
Package Base: nginx-mod-vod
Description: Module for nginx that adds VOD packager/support
Upstream URL: https://github.com/kaltura/nginx-vod-module
Licenses: BSD
Submitter: roadtang
Maintainer: roadtang
Last Packager: roadtang
Votes: 0
Popularity: 0.000000
First Submitted: 2018-10-31 15:35 (UTC)
Last Updated: 2021-04-20 14:47 (UTC)

Latest Comments

roadtang commented on 2021-01-26 16:01 (UTC)

@stueja load it in nginx.conf, ' load_module /usr/lib/nginx/modules/ngx_http_vod_module.so; load_module /usr/lib/nginx/modules/ngx_http_echo_module.so;

'

refer to https://github.com/kaltura/nginx-vod-module README

stueja commented on 2019-06-17 23:36 (UTC) (edited on 2019-06-17 23:37 (UTC) by stueja)

Installing nginx-mod-vod 1.24-1 and starting nginx:

Jun 18 01:29:25 brick nginx[14550]: 2019/06/18 01:29:25 [emerg] 14550#14550: unknown directive "vod_mode" in /etc/nginx/sites-enabled/vod:24

[root@brick ~]# nginx -V
nginx version: nginx/1.16.0
built with OpenSSL 1.1.1b  26 Feb 2019 (running with OpenSSL 1.1.1c  28 May 2019)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf 
--sbin-path=/usr/bin/nginx --pid-path=/run/nginx.pid --lock-path=/run
/lock/nginx.lock --user=http --group=http --http-log-path=/var/log/nginx
/access.log --error-log-path=stderr --http-client-body-temp-path=/var/lib/nginx
/client-body --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-
path=/var/lib/nginx/fastcgi --http-scgi-temp-path=/var/lib/nginx/scgi --http-
uwsgi-temp-path=/var/lib/nginx/uwsgi --with-cc-opt='-march=x86-64 -mtune=generic 
-O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2' --with-ld-opt=-Wl,-O1,--sort-common,--
as-needed,-z,relro,-z,now --with-compat --with-debug --with-file-aio --with-
http_addition_module --with-http_auth_request_module --with-http_dav_module 
--with-http_degradation_module --with-http_flv_module --with-http_geoip_module 
--with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module 
--with-http_realip_module --with-http_secure_link_module --with-
http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-
http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-
pcre-jit --with-stream --with-stream_geoip_module --with-stream_realip_module 
--with-stream_ssl_module --with-stream_ssl_preread_module --with-threads

=> the module is not listed.