yes thats correct.  and think of a connection as having channels.  So one connection can hold many different types of information.  Below I have a diagram that shows the three different channels that flow between the Flash client and the Red5 server.
 
 
                   __ audio channel__
                  /                            \
connection ------ video channel-------- connection
                  \__                    ___/
                        data channel
 
On 6/15/06, Salil jain <[EMAIL PROTECTED]> wrote:
Hi
Thanks for your responses.
So each connection uses a single socket and keep it open to stream and when a connection is close the socket is closed automatically?
Is it correct?
Best Regards
Salil Jain
 
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



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

Reply via email to