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 would like to, if possible, ingest streams via RTMP and output them as HLS, but I want the name of the stream input to be different than the output,...

We are having a problem with our nginx RTMP stream. The live stream works fine, but it can suddenly stop and we aren't being able to find out why after...

Describe the question Hi, I setup the AVideo Server in LAN and then do live streaming (RTMP). The problem is when I compare Video streaming output with the video source....

I have a server with 16 cores and I have these options in my nginx config : ``` multi_accept on; worker_processes auto; rtmp_auto_push on; ``` For every stream which gets...

I'm running nginx-rtmp with the following configuration (abridged): ``` worker_processes 2; rtmp_auto_push on; rtmp { server { listen [::]:1935 ipv6only=off; application stream { live on; allow publish 127.0.0.1; deny publish...

I stream video to different streaming services (facebook live, google, ok.ru, and vk.com) using nginx-rtmp module. All streaming services works fine, exept vk.com, which randomly reset connection. log file: ```...

The readme is just incorrect enough to make compiling really difficult for new users. For example the configure file's location in the nginx source is not where stated in the...