Closed amtins closed 1 year ago
When seeking while playback is paused and then resuming playback, the media_position does not contain the updated position.
media_position
This issue was reported by Comscore, when validating the player measurement.
Comscore
position
seeking
paused
startFromPosition()
notifyPlay()
Always reproducible
URN
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on:
npm package (@main dist-tag)
Your semantic-release bot :package::rocket:
Description of the problem
When seeking while playback is paused and then resuming playback, the
media_position
does not contain the updated position.This issue was reported by
Comscore
, when validating the player measurement.position
is not updated afterseeking
while the video player ispaused
.position
with a call tostartFromPosition()
before the call tonotifyPlay()
when the playback resumes afterseeking
.Reproducibility
Always reproducible
Steps to reproduce
URN
Environment information