Bug Report RTMP Authentication

kevman

New Member
Hello,
I'm trying to get OBS to connect to a Wowza server, which requires RTMP Authentication. I'm using the Custom server option. I noticed that this was added to the changelog:

* Added support for RTMP authentication (requires .ini editing)

Which seems to be what I want.

But I can find no info on what needs to be done to the authentication... I've been looking through the source code, and it looks like I may just need to use Username and Password under Publish in the Profile.ini, but it doesn't seem to be working.

Also, I don't know where to add the stream name- on the end of the connection URL or elsewhere?
 

dodgepong

Administrator
Community Helper
Set up the server as you would as a custom server in OBS broadcast settings, then go to your profile ini and under the [Publish] section add

Username=<user>
Password=<pass>
 
Top