Skip to main content
Known Participant
December 27, 2011
Question

[Live Streaming ] Caching on Edges

  • December 27, 2011
  • 1 reply
  • 2898 views

Hello,

i have some questions on Edge/Origin with Live Streaming :

1- Would live streaming content (not vod) be cached on Edges ? , so that quality of streaming will be better....

2- i'm using 1 Origin server + 2 edges, i've put the following config on my edge Vhost.xml servers

<CacheDir enabled="true" useAppName="true">

               <Path>/cache/mydir/</Path>

                               

            <MaxSize>64</MaxSize>

  </CacheDir>

is that a good configuration for caching ?

3- Actually, streaming is working when i put each edge as rtmp link on my jw player, i look forward to set up an load balancer between those 2 edges. is there an step by step guide for that ?, i have found here some links

but , don't know what to choose and didn't find step by step guide for those load balancing methods ....

4-i've found also some docs talking about round robin method, how to set up it ?

5-if i chain my 2 edge servers like this : rtmp://edge1/?rtmp://edge2/?rtmp://origin/app/inst , would that improve the quality of streaming ?

Kind Regards,


    This topic has been closed for replies.

    1 reply

    Known Participant
    January 7, 2012

    Hi again,

    Will origin/edge  enable me to save bandwith used on the origin on live streaming , or should i choose other method (like MPP...)

    Regards,

    Adobe Employee
    January 9, 2012

    Though in terms of bandwidth save both must be equally good.. but I still recommend solutions like MPP, DVRCast or LiveCast because in that case both the servers have origin capabilties.. intermediate servers can act as origin as well as edge for different applications or streams etc.. while in case of edge-orign topology, edge servers act as just caching severs..

    Known Participant
    January 9, 2012

    Hi,

    thanky you for your reply,

    is there any guide / docs for LiveCast topology set up ?

    Regards,