Question
play recorded video from another room
Hi all!
is it possible to play recorded video file which is stored in another room(instance)?
for example, I have file "video.flv" on the server at "/streams/room1"
if user is connected to room2, can he ask flash media server to play "video.flv" from the room1;
something like this, client side:
var ns:NetStream = new NetStream(nc); ns.play("../room1/video", 0);
