This is compatibility with FV flow player plugin : https://wordpress.org/plugins/fv-wordpress-flowplayer/
1. Enable Flowplayer scripts to lead everywhere. From WP Admin - settings - FV Flowplayer - Integrations.

2. Go to WP Admin - WPLMS - Footer - Google analytics - Add this code
<script>
jQuery(document).ready(function($){
$('.unit_content').on('unit_traverse',function(){
if($('.flowplayer').length){
$('.flowplayer').each(function(){
$(this).flowplayer();
});
}
});
});
</script>
Video :