For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hivestreaming (E-CDN)

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

Both Hive Streaming and Kollective 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