-
Streaming with Gstreamer rtmpsink.
error log below
issue coming to Gstreamer rtmpsink only. Tested with ffmpeg and its wotking
```
/home/ubuntu/node-rtsp-rtmp-server/server.js:47
throw err;
…
-
hello , is anybody know how to encrypt rtmp stream with AES, like this.
1. open a rtmp application "live".
2. push a video with ffmpeg etc...
3. nginx-rtmp will receive the stream.
4. nginx-rtmp…
-
It seems there are some rather sharp edges around this plugin and the stock Debian nginx configuration which I don't see documented anywhere. Assuming my observations are correct here, it's probably …
nipsy updated
6 months ago
-
Hi Everyone,
I have been having a difficult time figuring out how to get FFMPEG to run inside my ngninx w/ rtmp. I have succesfully ran the -filter_complex locally with 1 video file.
So then I …
-
Hello,
I would make a simple redirect (to other server) when a user begins broadcasting.
The problem is that a "push xxx", the stream is redirected to all those push servers, when my goal is to redi…
-
**Describe the bug**
As you can see in the image below the menu option for Rotation 90° is not enabled in RTMP push mode.
O.S: Ubuntu server 22.04.
![image](https://github.com/datarhei/restream…
-
This is probably how it works, but I have a stream application in my config called `test`. It also has a `on_play` directive, like so:
```
http {
server {
listen 8080;
…
-
Hello,
I would like to do a setup like the following:
- rtmp://nginx-rtmp-proxy.xyz/live/key1 --> stream (push) to machine1
- rtmp://nginx-rtmp-proxy.xyz/live/key2 --> stream (push) to machin…
clime updated
11 months ago
-
How would I go about pushing an incoming RTMP stream out to YouTube Live for instance? With NGINX I would use a push directive in the config, for instance. Is there something relative to that here? Th…
-
So we have (roughly) the following config:
```
worker_processes 4;
rtmp_auto_push on;
/* Other config for HTTP */
rtmp {
server {
listen x.y.z.u:1935;
appli…