Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This IRIS.TV Adaptive plugin documentation is specific for the Vidible Player PluginOverview: Details how to add the Vidible Adaptive plugin to the Vidible player via the HTML configuration.

Get Started

Include the following in your HTML

...

Code Block
languagejs
<!-- load iris vidible plugin and adaptive library -->
<script type="text/javascript" src="PLUGIN URL (PLACEHOLDER)"><https://ovp.iris.tv/plugins/vidible/v2/iris-vidible.adaptive.min.js></script>
<script type="text/javascript" src="LIBRARY URL (PLACEHOLDER)https://ovp.iris.tv/libs/adaptive/v2/iris.adaptive.js"></script>


2. Add the following function beneath your player tag in the HTML. For more information on how to add a callback to your video player, visit: https://help.aolonnetwork.com/hc/en-us/articles/210799503-Player-Tag-API#PlayerTagAPI-Tagmodifications

...