Skip to main content
Skip table of contents

Storyteq Video Player

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: support@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 the newest version. Previously, loading the scripts usually looked something like this (or a locally stored variant):

CODE
<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>

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

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

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.