Skip to main content
Known Participant
August 25, 2010
Question

display current publishing point

  • August 25, 2010
  • 2 replies
  • 611 views

Hi,

I have a user streaming website. i want to get name of all live streams so i can display them front of my site.

I can see all streams that publish to FMIS on FMIS adminConsole, but its flash, how do i take that to a php file or a any txt, or xml file.

Thank you

    This topic has been closed for replies.

    2 replies

    Known Participant
    August 25, 2010

    http://forums.adobe.com/message/426720

    Found it on SE 0802s replay post, thank you every one

    Re: Monitoring Flash Media Server

    Petro_O__Bochan
    Inspiring
    August 25, 2010

    Easy, just build your own app that connects to the admin end with the predefined API.

    http://help.adobe.com/en_US/FlashMediaServer/3.5_Server_Management_ASD/flashmediaserver_3.5_administrationapi.pdf - you'd probably need to start off with p.44.

    Known Participant
    August 25, 2010

    I get following massege

    <result>
    <level>error</level>
    <code>Admin.API.MethodNotAllowed</code>
    <description>getlivestreams - Method not allowed!</description>
    <timestamp>8/25/2010 2:06:22 AM</timestamp>
    </result>

    how do i enable it

    Petro_O__Bochan
    Inspiring
    August 25, 2010

    I wish you also pasted the AS code.