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

NGINX-based Media Streaming Server

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

I am using nginx and rtmp module to stream live hls and mpeg-dash. here is my rtmp command in nginx .conf rtmp { server { listen 1936; application mypull {...

Hello, I recently found a new specification to make it possible to use the H.265 codec over the RTMP protocol, follow the link: [https://github.com/veovera/enhanced-rtmp](https://github.com/veovera/enhanced-rtmp), is there any probability that compatibility...

Hello. I want to record rtmp with an app, in different resolutions. The record all saves the rtmp, but I want to save it in 640*360 resolution. application live-record {...

Hi, I'm trying to set up a system using two remote servers (both NginX compiled with RTMP module) for streaming video between them where network conditions may be "unstable" at...

Source code: ```nginx worker_processes auto; rtmp_auto_push on; events {} rtmp { server { listen 1935; listen [::]:1935 ipv6only=on; application live { live on; exec_push /bin/bash -c "/opt/ffmpeg.sh $name 192.168.1.19:3000"; on_publish...

I have Nginx installed with RTMP module installed on an Ubuntu machine: `nginx version: nginx/1.22.1 ` `built by gcc 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)` `built with OpenSSL 1.1.1 11 Sep 2018` `TLS...

Stream is stopping in VLC every ~10 seconds. Once I removed it, it stopped stuttering. It would play with HLS (but it wouldn't with VLC when I tried to record...

Can anyone explain which one to use in some use cases? I record all of the live stream, which one should I use? The live streaming have support on pausing...

NGINX 1.23.1. RTMP module 1.2.2. Issue is on MacOS 13.1 and possibly on Ubuntu 22.04 too. **Problem:** I stream a video to NGINX RTMP. The HLS settings generate 24 `.ts`...

I have a video archive and ffmpeg sends the movies in my video archive to my rtmp server in order, but each time I switch to a new movie, the...