-
I'm trying to build on windows 10 using MSYS2+MinGW-w64. However I get an error everytime.
My automake params:
```
auto/configure \
--with-debug \
--prefix=bin \
--conf-path=bin/…
-
Hello Sergey,
We've been finding that during a push_reconnect event nginx-rtmp isn't resolving the DNS address again, it uses the same resolved ip addresses. Ideally it will do a DNS lookup every tim…
-
Hi I'm trying to stream live video on mobile by slicing input to jpegs, and playing audio from HLS, this all works, but problem is that audio is 15-30 seconds late. Do you notice from my config tha…
-
When utilizing the push directive is there a way to redirect any parameters passed in to the source url to the target url?
Example:
Publishing to application via rtmp://server/live/stream?parm1=1&…
-
I have an rtmp server created in Nginx designed to record streams manually. The application is thus defined in nginx.conf:
`
application hls {
live on;
…
-
Hi, did you have this issue?
Let me describe the details. Now I want to build a service, it has a mission is replay stream with **push mode** to multi-channels(FB, YTB, ...). Devices only need to pu…
ghost updated
2 years ago
-
## Context
I use RTMP to receive streaming from OBS, Elemental, and ffmpeg.
Recently I created a new service to transcode these streamings, generating more bitrate outputs:
Source (OBS, Elemeta…
-
I got some static cams in my config and after I reload the nginx server I start getting these errors:
```
[07/11/14 09:28:49] gabor.marcz: 2014/11/06 22:16:09 [notice] 32#0: signal process started
20…
-
We are creating live audio-only HLS streams using the `nginx-rtmp` module.
They work great in Safari (Mac and iOS). When we try to use them in VLC or from native iOS code (_AVPlayer_) they load the …
-
A configure is : push rtmp://B/liveapp;
but i cannot play the stram like this: rtmp://B/liveapp/test
who known's why?