redxtech / vue-plyr

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

Vue3 update starting time #521

Open hoainamken opened 10 months ago

hoainamken commented 10 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.