Closed anishg-cn closed 2 years ago
This is a known issue, I'll have a go at fixing it
@ysulyma can you tell me what is the issue? and how long will it take to fix?
@anishg-cn We render <Audio>
and <Video>
elements without controls, so generally they're synced up with Liqvid playback, and can only be played/paused via the <Player>
controls. There's one exception: the underlying <audio>
/<video>
elements can be affected by play/pause keyboard buttons. To support this case, we pause the Playback
when the <video>
gets paused. The bug is that we're treating the end of the video as a pause of the video. I can probably get this done in the next day or two!
@ysulyma ok thanks
@anishg-cn try with Liqvid 2.1.8!
@ysulyma yes this is working now, thanks.
When adding a Video element which has duration less than the total duration of the playback, then the playback is pausing when the video ends. @ysulyma Can you please check?
You can reproduce the issue by the following steps:
["train/", "0:20"]
to["train/", "0:30"]