Question / Help NGINX Push to Wowza

WX0USA

New Member
Hi Guys.

First, I'm sorry if this isn't in the right thread; I hope the admin(s) will correct it without deleting the post altogether if it isn't.

That said, I'm using NGNIX to push a live stream to a few different youtube channels. Another live streaming service wants to host my streams and they're using wowza with user/pass authentication. I have tried for about 5 hours, but cannot figure out how to push a stream to their server with the information that they gave me.

My config file looks like

application live {
live on;
record off;
meta copy;

#youtube
push rtmp://a.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx;

}

The wowza info they gave me is something like this:

address: rtmp://the.serveraddress.com/live
Stream Name: Example.1
user: UserA
pass: PassB

Doesn't matter what string I use to try and push with, nothing seems to work. Any ideas or info on what it is that I'm missing?

Thanks
 
Last edited:
Top