Given a list of links to embedded streams, I would like to check that each stream is alive or dead:
The end goal is a system that does not display links which are broken so that TV website viewers do not waste time clicking on them.
The script would be written in PHP and would run on a daily basis via cron.
The script will be processing approximately 3000 urls at a time.
Can this feasibly be done in any manner?
What are some methods to do this?
Are you aware of any scripts in any language that do this?
Thanks you for taking time to respond or to provide any insites.