red5 opens one connection per each NetConnection on the client. 
 
A user could open two NetConnections on the client:
 
var nc1:NetConnection = new NetConnection();
var nc2:NetConnection = new NetConnection();
 
nc1.connect("rtmp://127.0.0.1/demo");
nc2.connect("rtmp://127.0.0.1/demo");
 
however, you can stream video/audio/data through one netconnection.  Hope this helps.

 
On 6/15/06, Salil jain <[EMAIL PROTECTED]> wrote:
Hi,
When red5 streams through a socket does it open a new socket each time to stream a frame (i would guess no) or continue streaming through a single socket.
Best Regards
Salil Jain
 

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org



_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to