Question / Help RTMP Wowza Authentication

lupitoct

New Member
Hi,

I am trying connect to RTMP Wowza Server with authentication

I added on profile.ini on section [Publish]
Username:user
Password:pass

I obtain the next error :

Code:
could not access the specified channel or stream key. this could be because the key/channel is invalid, or because the server still thinks you are logged in. RMTPSockBuf_Fill, remote host closed connection

I tried with the same settings from Adobe Flash Live Encoder and it's work fine.

What it's wrong on settings of OBS?
 

Jack0r

The Helping Squad
RTMP has no standardized support for this, but I found a short article that explains a way to use User/Pass that may work with OBS:
http://www.wowza.com/forums/content.php?234

As far as I understand you have to use this "Module" and can then use the following address in OBS:
rtmp://[wowza-address]/[app-name]?user1&pass1

Hope that helps!
 

R1CH

Forum Admin
Developer
If you're trying to use Adobe-FMS style RTMP authentication, your .ini needs to be in the correct format, using a colon as a key-value separator is not valid.

[Publish]
Username=user
Password=pass
 

lupitoct

New Member
Jack0r, thanks but it wasn''t worked :(

RICH My .ini was correct.

I am trying connect to Wowza Media Server with Authentication module installed, but it was impossible.

I finally had disable the Authentication module of Wowza Media server for work.
 
Top