nginx-rtmp-module icon indicating copy to clipboard operation
nginx-rtmp-module copied to clipboard

NGINX-based Media Streaming Server

Results 6 nginx-rtmp-module issues
Sort by recently updated
recently updated
newest added

This update adds support for multiple audio bitrates for DASH manifests. This seems to otherwise function correctly, but there is one issue: segment timeline chunks get mismatched from actual files...

I have sacrificed some sleep and made nginx-rtmp-module running on both Little-endian and Big-endian platforms. Tested with local playback and "push" functionality on PC/cygwin (x86 64bit LE) and TP-Link Archer...

Big-endian platforms (usually running OpenWrt) have a known issue in RTMP code. ARUT has started to deal with it in branch "big-endian" but never finished it. His changes never got...

I needed to have variant streams for both HLS & DASH but since the original module from nginx doesn't support `dash_variant` I've tried to compile nginx from sources with this...

Getting a 404 error when docker executes the wget command for fetching the repo url. Here are the problematic lines. ``` ARG NGINX_VERSION=1.23.1 ARG NGINX_RTMP_MODULE_VERSION=1.2.2 # Download and decompress customized...