Question
How to Test if Stream Exists
I am developing an application that needs to test if a stream exists, the logic is as follows:
- Open a page and my SWF is passed a variable, this will be the stream name
- Now I want to test if that stream name is publishing
- If it is, my SWF will open that stream and play it
- If it is not, it will play a pre-recorded media file
What is the syntax of this check and does it require some server side coding?
Thanks
