rtsp = new RTSP() rtsp.play("localhost","Test.sdp") i = 0 while i < 100 do sleep(10) rtsp.checkLoss(1.0) i++ endwhile rtsp.stop() delete rtsp