I am currently delving into the intricacies of the timeupdate
, seeking
, and seek
events. Utilizing MUX Player, I notice that these events are triggered, but comprehending their workings is proving to be quite a challenge. For instance, in the provided video sandbox, with a duration of approximately 4:09
, upon reaching the end, the timeupdate
reports 168604
. Assuming this timestamp is returned in milliseconds, after calculations it translates to 2.81006667
minutes - a figure that doesn't align with the video duration.
MUX Player Documentation
The ultimate objective is to detect if the user has skipped ahead by more than 5 seconds and return true, but grasping the inner workings of these events is crucial before arriving at that point.