|
Home > Archive > Macromedia Flash Server > June 2005 > Sharing webcam feeds
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Sharing webcam feeds
|
|
| Harper, Chris 2005-06-14, 5:45 pm |
| Hello,
=20
I have a chat application that allows for multiple instances of itself
to be run by a single client. In essence I have a single public video
chat room but then you can also open up multiple private video chat
rooms simultaneously. Now my problem is that I need to let a client
publish on all instances or share a feed among all the instances. Also
my application is being built to be load balanced across multiple flash
comm. servers using the Origin/Edge setup.=20
=20
Can you use web cam driver on multiple flash movies on the client side?
Can you proxy a stream from one application to another on the server
side? Does anybody know of the best practice?
=20
=20
Chris
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Harper, Chris 2005-06-14, 5:45 pm |
| Bump 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 11:19 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] Sharing webcam feeds
Hello,
=20
I have a chat application that allows for multiple instances of itself
to be run by a single client. In essence I have a single public video
chat room but then you can also open up multiple private video chat
rooms simultaneously. Now my problem is that I need to let a client
publish on all instances or share a feed among all the instances. Also
my application is being built to be load balanced across multiple flash
comm. servers using the Origin/Edge setup.=20
=20
Can you use web cam driver on multiple flash movies on the client side?
Can you proxy a stream from one application to another on the server
side? Does anybody know of the best practice?
=20
=20
Chris
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Peldi Guilizzoni 2005-06-14, 5:45 pm |
| Can you use web cam driver on multiple flash movies on the client side?
No.
Can you proxy a stream from one application to another on the server
side? =20
Yes. Do a Stream.get() on the server-side and subscribe to it from the
other instance.
Peldi
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 12:41 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Bump 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 11:19 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] Sharing webcam feeds
Hello,
=20
I have a chat application that allows for multiple instances of itself
to be run by a single client. In essence I have a single public video
chat room but then you can also open up multiple private video chat
rooms simultaneously. Now my problem is that I need to let a client
publish on all instances or share a feed among all the instances. Also
my application is being built to be load balanced across multiple flash
comm. servers using the Origin/Edge setup.=20
=20
Can you use web cam driver on multiple flash movies on the client side?
Can you proxy a stream from one application to another on the server
side? Does anybody know of the best practice?
=20
=20
Chris
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Harper, Chris 2005-06-14, 5:45 pm |
| Thanks Peldi.
Okay, so say I have 2 slave servers and 1 master server. I need to get
a feed off of slave server A over to slave server B. I'm assuming I'd
have to either:
1. open a connection from slave A to slave B and then initialize a
stream=20
Or
2. I'd have to route it from slave A to the master and then back down to
slave B.
Are those assumptions correct?
I'm not sure I want to do option 1 just because of the amount of
connections that would probably make, let alone how complicated it could
get.
I like option 2 but the only problem is that I'd have to route video
data through my master server which is suppose to primarily just be data
and that would negate this load balancing scheme.
Any thoughts?
Chris
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Peldi
Guilizzoni
Sent: Tuesday, June 14, 2005 1:47 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Can you use web cam driver on multiple flash movies on the client side?
No.
Can you proxy a stream from one application to another on the server
side? =20
Yes. Do a Stream.get() on the server-side and subscribe to it from the
other instance.
Peldi
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 12:41 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Bump 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 11:19 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] Sharing webcam feeds
Hello,
=20
I have a chat application that allows for multiple instances of itself
to be run by a single client. In essence I have a single public video
chat room but then you can also open up multiple private video chat
rooms simultaneously. Now my problem is that I need to let a client
publish on all instances or share a feed among all the instances. Also
my application is being built to be load balanced across multiple flash
comm. servers using the Origin/Edge setup.=20
=20
Can you use web cam driver on multiple flash movies on the client side?
Can you proxy a stream from one application to another on the server
side? Does anybody know of the best practice?
=20
=20
Chris
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Harper, Chris 2005-06-15, 8:45 pm |
| Sorry to repost, just hoping somebody has some input 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 3:07 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Thanks Peldi.
Okay, so say I have 2 slave servers and 1 master server. I need to get
a feed off of slave server A over to slave server B. I'm assuming I'd
have to either:
1. open a connection from slave A to slave B and then initialize a
stream=20
Or
2. I'd have to route it from slave A to the master and then back down to
slave B.
Are those assumptions correct?
I'm not sure I want to do option 1 just because of the amount of
connections that would probably make, let alone how complicated it could
get.
I like option 2 but the only problem is that I'd have to route video
data through my master server which is suppose to primarily just be data
and that would negate this load balancing scheme.
Any thoughts?
Chris
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Peldi
Guilizzoni
Sent: Tuesday, June 14, 2005 1:47 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Can you use web cam driver on multiple flash movies on the client side?
No.
Can you proxy a stream from one application to another on the server
side? =20
Yes. Do a Stream.get() on the server-side and subscribe to it from the
other instance.
Peldi
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 12:41 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Bump 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 11:19 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] Sharing webcam feeds
Hello,
=20
I have a chat application that allows for multiple instances of itself
to be run by a single client. In essence I have a single public video
chat room but then you can also open up multiple private video chat
rooms simultaneously. Now my problem is that I need to let a client
publish on all instances or share a feed among all the instances. Also
my application is being built to be load balanced across multiple flash
comm. servers using the Origin/Edge setup.=20
=20
Can you use web cam driver on multiple flash movies on the client side?
Can you proxy a stream from one application to another on the server
side? Does anybody know of the best practice?
=20
=20
Chris
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Jake Hilton 2005-06-15, 8:45 pm |
| Chris,
Does the master server have anyone connected to it directly or just the =
two slave servers? I guess I like option 1 more than option 2 in that you =
wouldn't have to make a server jump through your master. But as far as =
your options those do sound like your available options.
Jake
[vbcol=seagreen]
Sorry to repost, just hoping somebody has some input 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 3:07 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Thanks Peldi.
Okay, so say I have 2 slave servers and 1 master server. I need to get
a feed off of slave server A over to slave server B. I'm assuming I'd
have to either:
1. open a connection from slave A to slave B and then initialize a
stream=20
Or
2. I'd have to route it from slave A to the master and then back down to
slave B.
Are those assumptions correct?
I'm not sure I want to do option 1 just because of the amount of
connections that would probably make, let alone how complicated it could
get.
I like option 2 but the only problem is that I'd have to route video
data through my master server which is suppose to primarily just be data
and that would negate this load balancing scheme.
Any thoughts?
Chris
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Peldi
Guilizzoni
Sent: Tuesday, June 14, 2005 1:47 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Can you use web cam driver on multiple flash movies on the client side?
No.
Can you proxy a stream from one application to another on the server
side? =20
Yes. Do a Stream.get() on the server-side and subscribe to it from the
other instance.
Peldi
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 12:41 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Bump 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 11:19 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
Subject: [FlashComm] Sharing webcam feeds
Hello,
=20
I have a chat application that allows for multiple instances of itself
to be run by a single client. In essence I have a single public video
chat room but then you can also open up multiple private video chat
rooms simultaneously. Now my problem is that I need to let a client
publish on all instances or share a feed among all the instances. Also
my application is being built to be load balanced across multiple flash
comm. servers using the Origin/Edge setup.=20
=20
Can you use web cam driver on multiple flash movies on the client side?
Can you proxy a stream from one application to another on the server
side? Does anybody know of the best practice?
=20
=20
Chris
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Harper, Chris 2005-06-15, 8:46 pm |
| Yeah. I've thought of 3 other options now:
////////////////////////////////////////////////////////////////////////
////
//OPTION
1//////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
////
Have the client side open a separate connections to the other slave
servers they aren't connected to when they want a feed off of it.
[vbcol=seagreen]
[vbcol=seagreen]
////////////////////////////////////////////////////////////////////////
////
//OPTION
2//////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
////
Add a method to the client on the server side of the slave to let the
client connect to the other slave servers and establish a feed. Its
like the first option but would do most the work on the server side.
Like:
newClient.getFeed =3D function (targetFeed){
//makes a new netConnection to other slave
//creates a new netStream
//gets the stream from the other slave server
//proxies it to the client side
}
[vbcol=seagreen]
[vbcol=seagreen]
still a lot of connections
////////////////////////////////////////////////////////////////////////
////
//OPTION
3//////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
////
Have all the master server execute functions on all the slave servers to
create a netConnection between all the slave servers when they start up.
[vbcol=seagreen]
[vbcol=seagreen]
negates the need for Master server.
////////////////////////////////////////////////////////////////////////
////
////////////////////////////////////////////////////////////////////////
////
////////////////////////////////////////////////////////////////////////
////
I wish Macromedia would build this kind of stuff in 
Anybody have any thoughts?
Chris
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Jake
Hilton
Sent: Wednesday, June 15, 2005 3:39 PM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: RE: [FlashComm] Sharing webcam feeds
Chris,
Does the master server have anyone connected to it directly or just the
two slave servers? I guess I like option 1 more than option 2 in that
you wouldn't have to make a server jump through your master. But as far
as your options those do sound like your available options.
Jake
[vbcol=seagreen]
Sorry to repost, just hoping somebody has some input 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 3:07 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Thanks Peldi.
Okay, so say I have 2 slave servers and 1 master server. I need to get
a feed off of slave server A over to slave server B. I'm assuming I'd
have to either:
1. open a connection from slave A to slave B and then initialize a
stream=20
Or
2. I'd have to route it from slave A to the master and then back down to
slave B.
Are those assumptions correct?
I'm not sure I want to do option 1 just because of the amount of
connections that would probably make, let alone how complicated it could
get.
I like option 2 but the only problem is that I'd have to route video
data through my master server which is suppose to primarily just be data
and that would negate this load balancing scheme.
Any thoughts?
Chris
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Peldi
Guilizzoni
Sent: Tuesday, June 14, 2005 1:47 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Can you use web cam driver on multiple flash movies on the client side?
No.
Can you proxy a stream from one application to another on the server
side? =20
Yes. Do a Stream.get() on the server-side and subscribe to it from the
other instance.
Peldi
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 12:41 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Bump 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 11:19 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
Subject: [FlashComm] Sharing webcam feeds
Hello,
=20
I have a chat application that allows for multiple instances of itself
to be run by a single client. In essence I have a single public video
chat room but then you can also open up multiple private video chat
rooms simultaneously. Now my problem is that I need to let a client
publish on all instances or share a feed among all the instances. Also
my application is being built to be load balanced across multiple flash
comm. servers using the Origin/Edge setup.=20
=20
Can you use web cam driver on multiple flash movies on the client side?
Can you proxy a stream from one application to another on the server
side? Does anybody know of the best practice?
=20
=20
Chris
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Harper, Chris 2005-06-15, 8:46 pm |
| Sorry, guess the mailing list didn't like my formatting. Here it is in
a more readable form:
--------
Yeah, I've thought of 3 more options.
OPTION 1
--------
Have the client side open a separate connections to the other slave
servers they aren't connected to when they want a feed off of it.
[vbcol=seagreen]
[vbcol=seagreen]
OPTION 2
--------
Add a method to the client on the server side of the slave to let the
client connect to the other slave servers and establish a feed. Its
like the first option but would do most the work on the server side.
Like:
newClient.getFeed =3D function (targetFeed){
//makes a new netConnection to other slave
//creates a new netStream
//gets the stream from the other slave server
//proxies it to the client side
}
[vbcol=seagreen]
[vbcol=seagreen]
still a lot of connections
OPTION 3
--------
Have all the master server execute functions on all the slave servers to
create a netConnection between all the slave servers when they start up.
[vbcol=seagreen]
[vbcol=seagreen]
negates the need for Master server.
I wish Macromedia would build this kind of stuff in 
Anybody have any thoughts?
Chris
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Wednesday, June 15, 2005 4:07 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Yeah. I've thought of 3 other options now:
////////////////////////////////////////////////////////////////////////
////
//OPTION
1//////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
////
Have the client side open a separate connections to the other slave
servers they aren't connected to when they want a feed off of it.
[vbcol=seagreen]
[vbcol=seagreen]
////////////////////////////////////////////////////////////////////////
////
//OPTION
2//////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
////
Add a method to the client on the server side of the slave to let the
client connect to the other slave servers and establish a feed. Its
like the first option but would do most the work on the server side.
Like:
newClient.getFeed =3D function (targetFeed){
//makes a new netConnection to other slave
//creates a new netStream
//gets the stream from the other slave server
//proxies it to the client side
}
[vbcol=seagreen]
[vbcol=seagreen]
still a lot of connections
////////////////////////////////////////////////////////////////////////
////
//OPTION
3//////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
////
Have all the master server execute functions on all the slave servers to
create a netConnection between all the slave servers when they start up.
[vbcol=seagreen]
[vbcol=seagreen]
negates the need for Master server.
////////////////////////////////////////////////////////////////////////
////
////////////////////////////////////////////////////////////////////////
////
////////////////////////////////////////////////////////////////////////
////
I wish Macromedia would build this kind of stuff in 
Anybody have any thoughts?
Chris
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Jake
Hilton
Sent: Wednesday, June 15, 2005 3:39 PM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: RE: [FlashComm] Sharing webcam feeds
Chris,
Does the master server have anyone connected to it directly or just the
two slave servers? I guess I like option 1 more than option 2 in that
you wouldn't have to make a server jump through your master. But as far
as your options those do sound like your available options.
Jake
[vbcol=seagreen]
Sorry to repost, just hoping somebody has some input 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 3:07 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Thanks Peldi.
Okay, so say I have 2 slave servers and 1 master server. I need to get
a feed off of slave server A over to slave server B. I'm assuming I'd
have to either:
1. open a connection from slave A to slave B and then initialize a
stream=20
Or
2. I'd have to route it from slave A to the master and then back down to
slave B.
Are those assumptions correct?
I'm not sure I want to do option 1 just because of the amount of
connections that would probably make, let alone how complicated it could
get.
I like option 2 but the only problem is that I'd have to route video
data through my master server which is suppose to primarily just be data
and that would negate this load balancing scheme.
Any thoughts?
Chris
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Peldi
Guilizzoni
Sent: Tuesday, June 14, 2005 1:47 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Can you use web cam driver on multiple flash movies on the client side?
No.
Can you proxy a stream from one application to another on the server
side? =20
Yes. Do a Stream.get() on the server-side and subscribe to it from the
other instance.
Peldi
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 12:41 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Sharing webcam feeds
Bump 
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper,
Chris
Sent: Tuesday, June 14, 2005 11:19 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org=20
Subject: [FlashComm] Sharing webcam feeds
Hello,
=20
I have a chat application that allows for multiple instances of itself
to be run by a single client. In essence I have a single public video
chat room but then you can also open up multiple private video chat
rooms simultaneously. Now my problem is that I need to let a client
publish on all instances or share a feed among all the instances. Also
my application is being built to be load balanced across multiple flash
comm. servers using the Origin/Edge setup.=20
=20
Can you use web cam driver on multiple flash movies on the client side?
Can you proxy a stream from one application to another on the server
side? Does anybody know of the best practice?
=20
=20
Chris
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com=20
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|