Charles Forest
Charles Forest

Reputation: 1045

Is it possible to check if livestream is streaming?

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

Upvotes: 3

Views: 3104

Answers (1)

ohaal
ohaal

Reputation: 5268

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.

Upvotes: 2

Related Questions