Skip to main content
December 4, 2010
Question

How to get the publish method with server side actionscript?

  • December 4, 2010
  • 1 reply
  • 493 views

We publish this way at client side:

ns.publish(name, howToPublish);

How to get this howToPublish at server side?

application.onPublish = function(){

    //how to know whether the stream's publishing method(live,record,append) here?

}

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    December 6, 2010

    I am not sure whether you can know mode of publish via SSAS, best way would be to use Authorisation Plug-in which can intercept you publish request and get the information which you need - in this case mode of publishing.