> For the complete documentation index, see [llms.txt](https://player.docs.3q.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://player.docs.3q.video/plugins/hivestreaming-e-cdn.md).

# 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**](https://www.hivestreaming.com/) and [**Kollective**](https://de.kollective.com/) are fully integrated into our API and can also be controlled through our web interface.

**Hive Streaming**

```html
<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>
```
