We are using the Media Events in Launch to trigger start/25%/50%/75%/100% video tracking. The problem is that all the videos on the site are short looped ones, so we are getting loads of duplicated events as the video triggers.
Is there a way to set the Media events to only trigger once per video? I looked into adding an extra action with a $("video").off() jQuery call to remove the handler, but couldn't work out what handler to remove.