Hi All,
I have this small problem, in the university there is this event server which has the Real Audio file to be streamed on the Internet.
Now the problem is that it is not Streaming all the time, only sometimes when there is a sporting event then it streams.
How can i check, in php that the the stream is there or not.
Right now i have created a web page where i execute the steam as follows
<a href="rtsp://event.clarkson.edu/encoder/hockeyvm.rm">
when a user clicks on this Real Audio opens and the file is played.
How can i find the status of this file wheather it is there or not.
Thanks
Anil Jain.