i have a website with multiple streams and want to promote the ones that are currently streaming.

the only solution i've found was something with an hidden flash player, WICH I DO NOT WANT (flash is great but not everywhere and i fear about it draining my bandwith)

what's the most efficient way to check a livestream?

Feeds can be MMS or HTTP

link|improve this question

feedback

1 Answer

This highly depends on the service. For quick reference, I've included examples to some popular streaming sites:

Requires API key:

By polling these, you can see if they are online. I recommend you check out the terms for each of the APIs before using them tho.

I'm sure some, or maybe even most of these support JSON aswell.

link|improve this answer
i like your answer but i'm looking for something on my own server - we do not use external streaming service. (will check code references and see if it fit before validating) – Charles Forest Feb 23 at 18:17
If you are in control of the service, shouldn't you somehow have that information available? If a stream is live, I mean...? – ohaal Feb 23 at 18:33
i wish it was that easy, it's our server but i have no access to it. we currently have a system working by manually entered dates but i wanted to make it "automatic" – Charles Forest Feb 23 at 18:36
Then I guess you'll have to somehow poll the stream itself. I don't have alot of experience with this, but I found this question on SO semi-relevant: stackoverflow.com/questions/4778195/… - Hopefully it will be of help. – ohaal Feb 23 at 18:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.