In order to easily show the dynamic video and get CRM analytics into the Storyteq platform, we have developed a video player. The player uses the unique hash generated by Storyteq API when creating a video as a reference to load the correct video data and generate video analytics.

The analytics are visible in the Storyteq dashboard. Please contact us via email: teq@storyteq.com, if you haven't received a login yet, then we'll provide one for you. You can also add new users to view the analytics if you are the Admin of a company. 

For more technical information about the player, please go here.


1. Migrating from Storyteq JW Player Connector

In a previous version, JW Player was used as a base for the Storyteq Video Player. Due to changes in the licensing of JW player, some features like autoplay are no longer available. For this reason we have released a new version of the player that is based on VideoJS, obviously this version does not require any form of licensing to use features like autoplay. The player configuration is also fully backwards compatible. All you need to do is upgrade the embedded JavaScript files required for the player to newest version. Previously, loading the scripts usually looked something like this (or a locally stored variant):

<script type="text/javascript" src="https://content.jwplatform.com/libraries/oNX7JPx1.js"></script>
<script type="text/javascript" src="https://storage.googleapis.com/storyteq/platform/connector/storyteq-connector-jw-player.min.js"></script>
CODE

To load the newest version of the you can replace these two loaded scripts for a single line:

<script type="text/javascript" src="https://storage.googleapis.com/storyteq-video-player/dist/storyteq-video-player.min.js"></script>
CODE

Make sure to test if the player still behaves as expected. Previous configurations should be fully supported, if not, please write to teq@storyteq.com . Besides that, we advise to use the cloud hosted version of the player in stead of a locally stored version, this way you are sure to always have the latest and greatest version of our player running.