Код: Выделить всё
$url = "rtsp://somedomain.com/streamingdir";
if(is_working($url)){
echo "works!";
}else{
echo "fallen...";
}
Подробнее здесь: https://stackoverflow.com/questions/285 ... is-working
Код: Выделить всё
$url = "rtsp://somedomain.com/streamingdir";
if(is_working($url)){
echo "works!";
}else{
echo "fallen...";
}