Retrieving List of Live Streams Names with Status Publishing
Hi,
i have a website like ustream, where user can register and create live channels and publish live video using FMLE.
Now i want to check wether a particular channel is online or offline.
I have stream name for particular channel. My website is coded in PHP.
I have tried using getLiveStreamStats function, it works fine where the XML file is not heavy. I mean number of subscribers are less. Then i can just check the Publisher Tag. if it exists that means stream video is live, else not.
But problem arrives when the number of subscribers are high. The XML file do not loads in PHP, and it takes too much time to load the page.
Any suggestions what can be done to just check if the xml file has publisher tag. and display if the stream is live or not
