On 6/15/06, Interalab Sales <[EMAIL PROTECTED]> wrote:
Would it be possible to open two net connections, each to different Red5
servers, and then use one as the primary connection and the other as a
secondary connection?
Feed both servers with the same live video feed, and on the client if
one connection goes down, then have the client switch to the other
connection?
Do you see any benefit from that?
Bill
Dominick Accattato wrote:
> 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]
> <mailto:[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] <mailto:[email protected]>
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>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
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
