Flash media Server 4.5 Enterprise
Hi
I have a default install of Adobe FMS 4.5 on 192.168.1.10 and a default install of Adobe FMS 4.5 on 192.168.1.20. My Goal is to run an origin and and edge.
Both Servers are the default install, and both can be streamed to independantly. However I want to run the .10 server as an origin server and the .20 as an Edge Server.
Edge Server
===========
I configure the .20 Server as an Edge by altering the file..
/opt/adobe/fms/conf/_defaultRoot_/_defaultVHost_/Vhost.xml
and change the Proxy Mode to remote with the following:- <Mode>remote</Mode>
Origin Server
=============
I configure the .10 Server as an origin by altering the file..
/opt/adobe/fms/conf/_defaultRoot_/_defaultVHost_/Vhost.xml
and change the <RouteEntry></RouteEntry> element ONLY to the following..
<RouteEntry>rtmp://192.168.1.10:1935/?rtmp://192.168.1.20:1935/live</RouteEntry>
The <Mode> element is unchaged and is set to <local>
However there is something wrong with my configuration. Using the configuration example of the 2 servers above namely IP's .10 and .20, what would be the correct configuration settings? What am I missing.
Thanks in advance.
