timeBoundaryDidCross is not getting fired after tvOS 14 update.

timeBoundaryDidCross is not getting fired after tvOS 14 update. Has anyone faced the same issue. Pls give the solution.

player.addEventListener('timeBoundaryDidCross',function(event) {
   console.log('time crossed boundary');
},[20.0, 25.0, 30.0]);

Replies

I have the same issue. I didn't manage to find a workaround :(