Skip to main content
Participant
March 20, 2012
Question

How to connect one edge to multiple origin in Flash Media Server

  • March 20, 2012
  • 1 reply
  • 1453 views

Is there a way to do this?

One edge to connect to  two or more origin.

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    March 21, 2012

    I would like to understand the use case here.

    Choice of edge and origin can be on per connection-application basis.

    You may make a net connection:

    rtmp://10.40.53.23/?rtmp://server1/app1

    and another net connection as

    rtmp://10.40.53.23/?rtmp://server2/app2

    Here you have two origins.. with same edge. But they are running independent application logic.

    Thanks

    sagaroAuthor
    Participant
    March 22, 2012

    Hello Nittin,

    Thank you very much for your reply. But can you please explain where to add those 2 connections?

    Thank you..

    Adobe Employee
    March 23, 2012

    Ohh.. I was talking about the "explicit" configuration, where your NetConnection URL can tell which origin to connect. You just need to configure your server as edge, thats it..

    However, "implicit" way too should be possible. But I am not sure..

    Read more about configuring edge server at http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WS5b3ccc516d4fbf351e63e3d119f2925d1a-7ffd.html#WS5b3ccc516d4fbf351e63e3d119f2926bcf-7fff

    Thanks