Skip to main content
Participant
April 8, 2008
Question

Develop authorization plugin

  • April 8, 2008
  • 3 replies
  • 436 views
Hi,

I plan to build plugin for authorization client. I need to get object and it's properties which passed from client during calling 'connect' method. Is it possible to do so? which plugin is better for that ( auth or authorization)?

Thanks
    This topic is closed to new replies. Start a new post to keep the conversation going.

    3 replies

    RusDAuthor
    Participant
    April 8, 2008
    Thanks,
    Is it possible to get access to arguments passed with 'connect' using prugin?

    Participating Frequently
    April 8, 2008
    There are 2 ways to customize Interactive FMS programmatically: SSAS or plug-in (access, file, authorization). Using plug-in architecture allow you to build a custom shared library in C++ which will be loaded by server and route FMS events there. Either Access or Authorization plug-in allow to process modify or reject client connect message. You could consider access plug-in, which is loaded by an Edge process, as a firewall and if you process connect message there that will be the first connection point but plug-in has a limitation only allowing connect processing. Meanwhile authorization plug-in is loaded by a Core process and allow to process not just CONNECT but also many other events such as PLAY, PUBLISH ….

    Thanks
    April 27, 2008
    Hi Osipls!
    I will be happy if you can show or send me some extended information about FMS3 C++ plugin development. I spent a week in search of any documentation or information, which can help me more than " Adobe Flash Media Interactive Server Plug-in Developer Guide". It's guide don't include any example of communication between FMS script framework and fms plugin framework. Only description of 3 plugins without any information about "how plugin works". Thank you in advance!