Skip to main content
Participant
September 3, 2009
Question

Setup Server

  • September 3, 2009
  • 3 replies
  • 1171 views

hello ..

iam tryin to find out the best way and the right settings .. for issue as such ..

i have the flash video feed live into main server ... i would like to spread the viewers out between 2 or 3 servers .

i guess this is edge servers ??

so i ask do i make oen main server feed 2 or 3 other servers ?? and if so how ?

and how would i have one main link to give to the viewers ?

Main Server --- server 1   -- viewers ---  same link

                  --- server 2   -- viewers ---  -------------

the main server on its own IP and the other 2 servers on there own IPs

ty

    This topic has been closed for replies.

    3 replies

    xpftp1Author
    Participant
    September 3, 2009

    http://www.elctech.com/snippets/setting-up-flash-media-edge-servers

    wont let me edit my replay but ...

    i tried this .. it didnt work ..

    i have read that link and as i said iam not that smart ...

    and i have a full version .. not delvp version ..

    iam lookin for more of  a basic setup and a guess load blancing .. so on ill keep lookin ty tho for the help

    xpftp1Author
    Participant
    September 3, 2009

    yes i have seen and read the info there but truthful iam not that up on all the coding and so on ..

    from what i have read in other sites i tought it was a simple turn this on in one file on main server and turn this on in as u say edge servers but

    as iam here it didnt work .. i think it was all in the defualt config file ..

    i guess i would need a simple step by step . if anyone knows .. ty

    September 3, 2009

    You can set up origin/edge servers with just server configuration. There's an overview in this article:

    http://www.adobe.com/devnet/flashmediaserver/articles/scaling_securing_fms3.html

    One thing I'm not sure about is whether you can configure the developer edition of FMIS as an edge... for some reason, I'm thinking you need to have a license installed to configure as an edge.

    September 3, 2009

    You can do this with an edge/origin configuration, but I personally prefer to do this with server side actionscript. There are two ways of going about it:

    1. Have the origin (the host receiving the stream from the publishing client) push the stream to the edges using the NetConnection and NetStream classes.

    2. Have the edges pull the stream from the origin using using the NetConnection and Stream classes.

    There are examples of both in the documentation.