Netstream Play Issue

Hi everyone ,

i have two streams published by two different clients, if i want to play both the two streams in a third client how can i do that …any help?

Client 1:

ns_out.publish(“Stream1”,“live”);

Client 2:

ns_out.publish(“Stream2”,“live”);

Client 3:

Here i want to play both the above streams published…

What code i can use ?