This repository contains a single GitHub Actions script that build a dynamic module of nginx-vod-module
, together with nginx
and ffmpeg
.
I am a very amateur developer, and I do it for learning how to compile Nginx. I understand my current process may not be most efficient. If you spot any issue or want to give me suggestions, feel free to open a PR!
- Enable
universe
repository withsudo add-apt-repository universe
- Copy unzip the prebuilt in
/usr/share/nginx/modules/nginx-vod-module
(or other location), and create a file/etc/nginx/modules-enabled/nginx-vod-module.conf
(or other name) with the following:
load_module modules/nginx-vod-module/ngx_http_vod_module.so;
- Follow the rest of the set-up instruction of nginx-vod-module