redxtech / vue-plyr

A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.
Other
768 stars 136 forks source link

Vue3 update starting time #521

Open hoainamken opened 9 months ago

hoainamken commented 9 months ago

Hi,

I would like to set starting time of the player to 0, but the metadata of the video has start time = 10, therefore the progress bar always start from 10s. Even if I update currentTime to 0, it still starts at second 10.

Is there any ways to override the start time of the video's metadata. I truly appreciate your help.