Skip to main content
March 20, 2011
Question

How to stably know the status of streams?

  • March 20, 2011
  • 1 reply
  • 281 views

I found that application.onUnpublish sometimes won't be called when a stream stops publishing:

application.onUnpublish = function(client,streamObj){

  ...

}

What's the more stable way to know the publishing status of a stream?

Related threads but with no solution:

http://forums.adobe.com/thread/109029?tstart=1

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    March 21, 2011

    onUnpublish should trigger when a particular stream stops publishing - if not i would say its bug which needs to be resolved - do you have reproable scenario where publishing stops and unpublish is not called.