I have multiple Red5 servers running on some machines internally on LAN.
For different subdomains.

The front end to the world is apache2 on a Bastion Host.

To be able to reach the streaming server I
embed a javascript in HTML pages
as follows
<embed .....
var="rtmp://m <http://ocw.openitup.in>y_domain.com"
>

the problem is the website are many

site1.mydomain.com
site2.mydomain.com
site3.mydomain.com
site4.mydomain.com

each of these four have their  own Red5 installations the front end to each
of these four is a common Bastion Host.

If I run rtmp on each of the subdomains at a different port

how will I make sure
a request such as
rtmp://site1.mydomain.com
rtmp://site2.mydomain.com

goes to their respective servers.
from the front end server.
What do I need to handle in this case ?





-- 
Tapas
_______________________________________________
osflash mailing list
osflash@osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to