-
I would like to pull mixer or youtube
and then relay this for instance to twitch
how can I do that?
-
Ok, In the Nginx config file I have the following.
```nginx
...
rtmp {
# RTMP SERVER CONFIG
server {
listen 1935;
chunk_size 4000;
application mypush {
live on;
allow p…
-
我用FFmpeg 推流没问题,但是使用vlc 播放rtmp地址的视频时,刚开始正常,但是过了几秒钟就抛这个异常,并且视频画面就卡住了。请问这种是什么问题
3028 [ERROR] uncaughtException TypeError: "value" argument is
out of bounds
at checkInt (buffer.js:1178:11)
at…
-
I generel, I have settings that uses 'push rtmp://twitch-server/app/key and it works fine.
But if the Twitch-channel has Disconnect-protection enabled, this will kick in, when I stop the incoming str…
-
Hello guys,
i've successfully setup my RTMP server.
I would like to stream to 2 services multiple, but when i just use the default config
`rtmp {
server {
listen 1935;…
-
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;
…
-
**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…
-
Generated by nginx-rtmp-module 1.1.4, nginx 1.18.0
use root run the nginx server
I use OBS for push streaming (rtmp://server/push);
I use VLC player to play;
I want to achieve like "RTMP -> ff…
-
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
-
Streaming to Facebook works ok but I can't get streaming to Vimeo live working.
Any advice or help would be appreciated :)
(the stream keys are not active)
This is my config:
worker_processes…