SRGSSR / pillarbox-web

Pillarbox is a versatile media playback ecosystem engineered for the web.
http://web.pillarbox.ch/api
MIT License
15 stars 1 forks source link

Comscore the playhead position is not updated after seeking while the video player is paused #60

Closed amtins closed 1 year ago

amtins commented 1 year ago

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.

Item Status Area Description Notes
1 NEW VOD The playhead position is not updated after seeking while the video player is paused. Make sure to update the playhead position with a call to startFromPosition() before the call to notifyPlay() when the playback resumes after seeking.

Reproducibility

Always reproducible

Steps to reproduce

  1. Open the player
  2. Load an URN
  3. Start playback
  4. Pause playback
  5. Start seeking
  6. Start playback

Environment information

github-actions[bot] commented 9 months ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: