How to judge whether a specific video stream is alive?
We need different parameters to play live/playback:
// play live from server
//ns.play("test",-1,-1,true);
//playback
//ns.play("test",0);
So how to wrap it all up so that it'll automatically detect whether the stream to play is alive,and use the proper parameters ?
