Skip to main content

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 Reverse Proxy Ollama: Host Your Own Free LLM


by Danila Vershinin, February 25, 2026

Run your own ChatGPT alternative for free with Ollama or vLLM behind NGINX. This guide covers streaming-safe proxy configuration, authentication, rate limiting, and SELinux fixes for RHEL — all tested with real inference.

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...

NGINX Upload Progress Module: Real-Time File Upload Tracking


by Danila Vershinin, February 13, 2026

Enable real-time upload progress tracking in NGINX with the upload-progress module. Display progress bars, track upload states, and integrate seamlessly with PHP or the NGINX upload module for high-performance file handling.

Read More...

NGINX Nchan: Build Real-Time Apps Without Node.js


by Danila Vershinin, January 30, 2026

Learn how to build real-time web applications using NGINX Nchan module. This comprehensive guide covers WebSocket, Server-Sent Events, and long-polling implementations for chat systems and push notifications—all without Node.js.

Read More...

NGINX WebSocket Proxy: HTTP Upgrade and WSS Guide


by Danila Vershinin, January 25, 2026

Learn how to configure NGINX as a WebSocket proxy for real-time applications. This complete guide covers HTTP upgrade mechanism, wss:// SSL configuration, Socket.io setup, load balancing, and troubleshooting with production-ready examples.

Read More...