Basically, what you need to do is just react to the isRequestFailed() event, return a value indicating failure from your video playback function, and if you see that value in the calling function, then display a dialog box to the effect of "sorry, live stream is not available at this moment".
- Joel