It is recording perfectly to the server with this method:
liveStream.publish("test", "record");
But when I want to play like so:
at NetStream.Record.Stop handler
var vd:Video = new Video(cameraWidth, cameraHeight);
vd.attachNetStream(liveStream);
liveStream.play("test");
addChild(vd);
Sometimes it is playing well, but usually it doesn't play and nothing happens.