HendrikWDev
HendrikWDev
I am facing the same problem, is there any update on this? I'm trying to build a little webapp that lets different users watch a youtube embedded video synchronously with...
After some more trial and error, I found a workaround for this... Setting the `player.currentTime` explicitly to a value (for example to `0` before the first start) seems to compensate...
I got the same exact issue. Looks like the problematic import is in the index.ts file of the createDashPlyr folder. Is there any update or workaround for this problem?
@Omar0Gamal I just went back to using the Plyr library according to the Youtube embed documentation: https://github.com/sampotts/plyr#youtube. type PlayerProps = { videoId: Accessor } export const PlayerComponent: Component = (props:...