Hivestreaming E-CDN Adapter

You can use P2P E-CDN Service Providers by following the configuration instructions below. Hive Streaming is fully intergrated in our API, you can also controls this throught our web interface.

Hive

<div id="player"></div>

<script type="text/javascript">
  var js3qVideoPlayer = 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