Skip to main content
Participant
August 3, 2009
Question

Auth_addin doesn't prevent non-FMLE clients from publishing stream

  • August 3, 2009
  • 1 reply
  • 795 views

The auth_addin works as expected when using the Flash Media Live encoder requiring a username and password before publishing a stream.

However, tools like Wirecast and even the sample broadcasting SWF that comes in the FMS Introduction page can publish a stream without providing any credentials!

What is the solution to this?

Thanks!

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    August 4, 2009

    Before somedays , I and my colleague have try to find a way to control the access of client-publish stream by FMLE or SWF client .

    My colleague found there are some problems when used the Auth_addin .

    First , the client whoever its agent is FMLE or swf , the client must connected to server ,then the addin can work .

    Second , if use the Auth_addin , the FMLE computer should install a DLL file .

    Maybe wo also don't know some info about the Auth_addin .

    So ,we choose anther way for auth client's connection.

    The important is the addin must check the client's agent and check the username and password from the connect request.

    Try to use Access_addin , it can check every connection to your server , and it can check client's agent and do everything .

    Good Luck.