Nginx docker image with nginx-vod-module
This image is based on nginx:1.21.3-alpine and include the add-ons described below.
- FFmpeg 4.4 compiled with FDK support as required by nginx-vod-module.
- kaltura/nginx-vod-module 1.29
- kaltura/nginx-aws-auth-module (Tested with DigitalOcean Spaces)
Nginx modules provided with this image are compiled as dynamic modules. Therefore, the load_module
directive should be used in nginx.conf
in order to load the module, e.g.:
load_module "modules/ngx_http_vod_module.so";
docker pull ghcr.io/lyl-radio/nginx-vod-docker:latest
This repo also provides a docker-compose.yml
configuration for a quick setup.
This image is based on work from: