Skip to main content

NGINX SRT Module: Low-Latency Live Streaming


by Danila Vershinin, March 24, 2026

Learn how to use the NGINX SRT module to build a low-latency live streaming gateway. This guide covers SRT-to-TCP and TCP-to-SRT proxying, AES encryption, stream ID routing, JSON logging, performance tuning, and complete configuration reference with tested examples.

Read More...

NGINX RTMP Module: Build a Live Streaming Server


by Danila Vershinin, March 20, 2026

Learn how to build a complete live streaming server with the NGINX RTMP module. This comprehensive guide covers installation, RTMP ingest, HLS and DASH output, stream recording, push/pull relay, access control, HTTP callbacks, exec hooks, the control API, custom logging, and production performance tuning.

Read More...

Kaltura NGINX Module for Live Streaming


by Danila Vershinin, March 12, 2026

Install and configure the Kaltura NGINX module for distributed live video streaming. Covers all 11 modules in the media-framework package: RTMP ingestion, KMP segmentation, HLS/LLHLS/DASH packaging, closed captions, encryption, and the REST API for channel management.

Read More...

NGINX HTTP-FLV Module: Build a Live Streaming Server


by Danila Vershinin, February 24, 2026

Learn how to set up a complete live streaming server with the NGINX HTTP-FLV module. This guide covers installation, HTTP-FLV playback, GOP caching for instant playback, multi-format output (HLS, DASH), stream recording, real-time JSON statistics, access control, and relay for scalable streaming infrastructure.

Read More...

How to install the RTMP NGINX module in Plesk for CentOS/RHEL 7 or 8


by Danila Vershinin, March 12, 2021

What is the NGINX RTMP module The RTMP module for NGINX provides HLS and MPEG-DASH live streaming capabilities for those who want a lightweight solution based on the HTTP protocol. The stream is published in the MPEG-TS format over HTTP. This makes it possible to use all the power and flexibility of nginx HTTP configurations […]

Read More...

Install NGINX RTMP module in CentOS/RHEL or Amazon Linux


by Danila Vershinin, April 22, 2020

How to install and enable NGINX RTMP module in CentOS/RHEL or Amazon Linux. Quick instructions to empower your NGINX with streaming capabilities

Read More...