Lumen help

CDN Load Balancer for Chromecast

Install and set up CDN Load Balancer

                <!-- CDN Load Balancer/Mesh Delivery plugin -->
<script src="//cdn.streamroot.io/shakaplayer-dna-autowrapper/1/stable/shakaplayer-dna-autowrapper.js"></script>

            

Step 2: Set up Mesh Delivery
 

In the HTML <body> 

                // Streamroot-injected informations
window.streamrootDna = {
  streamrootKey: 'YOUR_STREAMROOT_KEY',
  dnaConfig: {
      compassProperty : 'YOUR_ORCHESTRATOR_PROPERTY'
  } 
};