Skip to main content
cwilliams78
Participant
August 29, 2016
Question

Adobe Media Server 5 AD / LDAP Auth? is it possable?

  • August 29, 2016
  • 2 replies
  • 492 views

Good morning,

We have just purchased adobe media server 5. What plugins or programming would need to be done to allow authentication from outside to our AD Server to view videos / media content?

any How To videos or documents on this for Server 2008 and 2012? we are using RTMP and VOD and want all users to use AD to login to the videos.

    This topic has been closed for replies.

    2 replies

    Participant
    September 26, 2016

    unable to download adobe media server.. kindly send the direct link to download it plz

    Adobe Employee
    September 27, 2016

    Reply to "Azra Fatima"(just above)

    Adobe Media Server - Updaters

    Adobe Employee
    September 22, 2016

    You have to build authentication logic in your client side swf..The swf can collect authentication(userid/passwod e.t.c) info from user and can send that info it to the server..On server side you can write a auth/access plugin(a c++ plugin) which will parse the info(available in query string) and do authentication and respond to user query appropriately.