Skip to main content
Participant
April 2, 2014
Question

Detect connection live

  • April 2, 2014
  • 1 reply
  • 347 views

  Hello everyone.

I wanted to know if it is possible to detect when an application receives stream. This means that when connected to live can detect and send a notice.

example:

With Adobe Flash Media Encoder 3.2 to do and live "live_my" and the server to detect when the stream reaches

Thanks in advance

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    April 2, 2014

    Yes you can detect when a publish/unpublic happens by monitoring them in call back handlers e.g OnPublish e.t.c

    This is explained below

    http://help.adobe.com/en_US/flashmediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e42SSASLR.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7f35SSASLR

    Similarily you have call back handlers for onConnect e.t.c.

    Please check help docs for all the details...