Eventfinity Dashboard Resource Center Dashboard Support Center!

Contact Us

Add Video Chapters and Frontend Player for VODs

This adds ability to add chapters to both video assets and video configs, also allows for video-configs to be used in libraries via vue component so that we can collect analytics and frontends do not have to rebuild videojs players.

NOTE- Generated text in VTT files cannot be localized.

To do this: 



<div id="video-config-provider">

<video-config-provider="[NEWLY_CREATED_VIDEO_CONFIG_ID]">

</video-config-provider>

</div>


<script>

$(function(){new Vue({el: '#video-config-provider'})})

</script>



OTHER HELPFUL NOTES- 

Ability to add  ‘Chapters’ to VODs