Documents
Integration with Bitmovin


Before you begin Teltoo integration, please notice that the Bitmovin player requires a license key. To do this, you’ll need to create a Bitmovin account on their website. Note that they offer a free trial.

To integrate Teltoo with the Bitmovin player, you first need to include the Bitmovin player script from the recommended location. Then, include Teltoo Bitmovin scripts from the provided teltoo-scripts-host. Finally, configure the player with your license key and your source stream.

<!-- Include Bitmovin Player script -->
<script src="//bitmovin-a.akamaihd.net/bitmovin-player/stable/7.8.1/bitmovinplayer.js"></script>
<!-- Include Teltoo SDK and the plugin for bitmovin -->
<script src="//TS_HOST/teltoo.js" data-teltoo-api-key=”TELTOO_API_KEY”></script>
<script src="//TS_HOST/bitmovin-teltoo/teltoo-bitmovin-v7.8.x.min.js"></script>
<script>
  // initialize the player as usual
  var conf = {
    key: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      source: {
        hls: "//YOUR_CONTENT.m3u8",
      },
  }
  var player = bitmovin.player('my-player');
  player.setup(conf)
</script>

Please replace “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” with your player license key, which is shown at https://bitmovin.com/dashboard/player/licenses of your Bitmovin account. Any other further configuration of Bitmovin is explained in the documentation site. Also, replace “//YOUR_CONTENT.m3u8” with the URL to your stream.




Want to know more?

Talk to an expert