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 Encrypted Session Module: AES-256 Variable Encryption


by Danila Vershinin, March 5, 2026

Learn how to encrypt and decrypt NGINX variable values using the encrypted session module. This guide covers AES-256-CBC encryption for secure cookies, time-limited tokens, and session management directly in NGINX configuration.

Read More...