FMS edge hybird mode
I need help to setup FMS edge can stream video from a FMS-core (or from other FMS-edge). configuration diagram:
FMLE ==> FMS-core ==> FMS-edge ==> users.
on FMS-edge i have a application on
C:\AMS\applications\myapp
if i did not change anything in Vhost.xml file (path: C:\AMS\conf\_defaultRoot_\_defaultVHost_\Vhost.xml). The myapp application is ok, but can not see the video stream rtmp://FMS-edge/live/livestream.
if i change Vhost file:
...
<Proxy>
<Mode>remote</Mode>
...
<RouteTable protocol="">
<RouteEntry>FMS-edge:1935;FMS-core:1935</RouteEntry>
...
Then video stream is ok but application don't.
In this case, setup FMS-edge hybird mode. 1 Vhost setup as local mode to serve myapp application, and 1 Vhost setup as remote mode to serve streamming video from FMS-core, right?
Tony
