Nginx - RTMP - Push to ReStream not working

TijnS78

New Member
Hi!

I've setup a server with nginx and rtmp, it all works fine. I can stream to it and i can fetch the stream in VLC.

I can setup my OBS to stream to ReStream no problem.

In application config i added

push rtmp://live.restream.io/live/[stream_key];

So now when i setup my OBS to stream to my own server, again, i can pickup the stream in VLC. But it seems as if "push" is not being respected?

Using nload on the server, i see my incomming stream, but no network traffic going out. Once i load the vid in VLC, i do see network traffic going out. So it really seems as if the stream is just not being pushed.

Does anybody have a clue?
 

TijnS78

New Member
Did some more testing.

in nginx config i can push the stream to itself (to the same server) with another stream key. I can then fetch the stream in VLC. Switching in config to the url and stream key of restream, it does not seem to connect.

So i know "push" works, just not to restream. Anybody have a clue?
 
Top