tags:

views:

14

answers:

0

Hi all,

My goal is to play a video when the accessed video is not available on the highwind server.

I am using highwind server for streaming videos. when some video is not available in the highwind, the player still shows buffering.

I read the meta data also. It is continuously changing from NetConnection.Connect, NetConnection.Reset.

When Can I get the "NetStream.Play.StreamNotFound" message from the player.

If I get this message I can change my code to trigger the "video not available" video to play.

Or Is there any other thing that we can change in our Code to get notified from the player for no stream found.