Skip to content

A Nginx binary built for video-on-demand

Notifications You must be signed in to change notification settings

nixklai/nginx-vod-module-prebuilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

nginx-vod-module-prebuilt

This repository contains a single GitHub Actions script that build a dynamic module of nginx-vod-module, together with nginx and ffmpeg.

Why?

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!

How?

  1. Enable universe repository with sudo add-apt-repository universe
  2. 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;
  1. Follow the rest of the set-up instruction of nginx-vod-module

About

A Nginx binary built for video-on-demand

Resources

Stars

Watchers

Forks

Packages

No packages published