Skip to main content
Saran_soft84
Participating Frequently
May 10, 2012
Question

Check publish stream

  • May 10, 2012
  • 1 reply
  • 720 views

Hi Everyone,

I am working on the publishing streams. After some time published streams drop on a while. I need to check which stream is not publishing. Is there any server side script to find the droped streams. kindly give some guidance.

Thanks in advance,

Saran

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    May 12, 2012

    You can use methods - application.onPublish and application.onUnpublish to identify when publishing starts and when it stops. If any publishers stops publishing - onUnpublish would get triggered.

    You can also use Admin API - getLiveStreams and getLiveStreamStats - read about them here : - http://help.adobe.com/en_US/flashmediaserver/adminapi/WSa4cb07693d12388431df580a12a34991ebc-8000.html#WS5b3ccc516d4fbf351e63e3d11a0d3edb98-7fe7AdminAPI

    Saran_soft84
    Participating Frequently
    May 15, 2012

    Hi

    Thanks for your valuable information.

    Thanks in advance,

    Saran