Skip to content

ts: NGINX MPEG-TS Live Module

Installation

You can install this module in any RHEL-based distribution, including, but not limited to:

  • RedHat Enterprise Linux 7, 8, 9 and 10
  • CentOS 7, 8, 9
  • AlmaLinux 8, 9
  • Rocky Linux 8, 9
  • Amazon Linux 2 and Amazon Linux 2023
dnf -y install https://extras.getpagespeed.com/release-latest.rpm
dnf -y install nginx-module-ts
yum -y install https://extras.getpagespeed.com/release-latest.rpm
yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install nginx-module-ts

Enable the module by adding the following at the top of /etc/nginx/nginx.conf:

load_module modules/ngx_http_ts_module.so;

This document describes nginx-module-ts v0.1.1 released on Jul 14 2017.


Features

  • receives MPEG-TS over HTTP
  • produces and manages live HLS
  • produces and manages live MPEG-DASH

GitHub

You may find additional configuration tips and documentation for this module in the GitHub repository for nginx-module-ts.