Skip to main content
Participant
July 19, 2013
Question

FMS edge hybird mode

  • July 19, 2013
  • 2 replies
  • 685 views

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

This topic has been closed for replies.

2 replies

Participant
October 16, 2018

Hi Tony !

Setting on Edge FMS Server chost.xml :

<Mode>remote</Mode>

<RouteEntry>*:1935;yourIP:1935</RouteEntry>

save reboot fms service,

peter.

Participant
October 16, 2018

Hi Tony!

I Find that in vhost.xml of FMS-edge, you setting like this :

<Mode>remote</Mode>

<RouteTable protocol="">

<RouteEntry>*:1935;yourIP:1935</RouteEntry>

save reboot fms service.