Skip to main content
Known Participant
November 6, 2009
Question

Live stream detection

  • November 6, 2009
  • 1 reply
  • 547 views

is it possible to detect if a live stream is running ...

for FMS 3.5 interactive

please help me how to make this

    This topic has been closed for replies.

    1 reply

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    November 10, 2009

    You can use the stream.time property on the playback of a stream to see the timestamps moving.  Alternatively you can use the admin command getLiveStreamStats to see the byte counters move on the stream in question.

    CMCadIDAuthor
    Known Participant
    November 10, 2009

    Tank you !

    i'm using getLiveStreamStats via http and works good

    the server has quickly response when the livestream is closed

    I tried to do this in as3 but I could not run, I do somewhat see a
    clear example of how to make this call to the flash server
    tankyou ...