Skip to main content
Known Participant
August 27, 2011
Answered

Is there a way to pass a username/password to Flash Media Live Encoder?

  • August 27, 2011
  • 1 reply
  • 738 views

I don't know if this is the right place to ask this or not, but I thought I remembered a way to pass a username and password to FMS via Flash Media Live Encoder? I simply need to pass two values, equivalent to this in AS3:

netConnection.connect(url, "username", "password");

My application requires authentication for publishers for security reasons, and for some reason, I can't find the option for doing this in FMLE. Am I missing something?

    This topic has been closed for replies.
    Correct answer

    You cant pass in connect arguments, but what you can do is pass them in as GET vars on the connection url, and then inspect the client.uri property in your server side onconnect handler.

    1 reply

    Correct answer
    August 27, 2011

    You cant pass in connect arguments, but what you can do is pass them in as GET vars on the connection url, and then inspect the client.uri property in your server side onconnect handler.