Hivestreaming (E-CDN)

You can use the P2P E-CDN service providers Kollective and Hive Streaming by following the configuration instructions below.

Both Hive Streamingarrow-up-right and Kollectivearrow-up-right are fully integrated into our API and can also be controlled through our web interface.

Hive Streaming

<script type="text/javascript">
  var player = new js3q({
    playoutId: '5c3b0910-8850-11e7-9273-002590c750be',
    container: 'player',
    p2p: {
      hive: {
        ticketUrl: 'your-hive-ticket-url',
        techOrder: ['HiveJS'], // optional, Techs available: "HiveJava", "HiveJS", "StatsJS",
      },
    },
  });
</script>

Last updated