-
**Describe the bug**
i can stream to my nginx with rtmp
i can download and watch the flv with vlc - also when live
when using AMF h264 instead of x264 with OBS i only get audio but no video output …
-
Not necessarily an issue, just wanted to share this with _anyone_ and _everyone_ to whom this might be of concern...
First of all, credit where credit is due - sources of information that resulted …
-
as a title someone has no idea how to manage the rtmp server with a web page ... example enable or disable a string rtmp or write a new etc. etc.
-
I have a Nginx RTMP hls server for live streaming, and the file names are like 'streamkey-0.tst, streamkey-1.ts, streamkey-2.ts ...'
But I want that the segments to not start with number from zero, b…
-
If no authentication,others can send broadcast to my company‘s nginx server.And others can download my company's video or audio. If has authentication,how to configure?How to ensure the safety of live…
-
i use centos. I install nginx earlier by the command yum install nginx. So how to add modules RTMP-nginx
-
hi
i try to stream hls link like (.ts/.m3u/m3u8) to rtmp using nginx+ffmpeg i try this conf but does not work
rtmp {
server {
listen 1935;
chunk_size 4096;
allow publish 127.0.0.1;
allow publ…
-
Hello, I consistently get disconnections during long streams. When that happens I lose exactly 3 seconds of stream, probably due to push_reconnect which is 3s by default. Here is the log of a stream w…
-
I compare performance between srs(https://github.com/ossrs/srs) and nginx-rtmp-module. I found latter occupy double cpu than srs. I use 5000 stream(1Mbps) to pull. I suggest to improve performance.
…
-
The module won't compile on the latest nginx (tested on `nginx-1.11.1`). From the build attempt:
```
cc -c -p-o objs/addon/nginx-rtmp-module-1.1.7.10/ngx_rtmp_core_module.o \ -I/tmp/build/nginx-rtmp…