wetfish / sync

Synchronize audio and video between friends! Supports HTML5 video, YouTube, and Vimeo
27 stars 8 forks source link

video gets out of sync on pause #31

Closed Meleeman01 closed 4 years ago

Meleeman01 commented 4 years ago

this is fairly simple problem, the resyncing needs to take place in socket-app.js since that is the easiest way to access the server time rather than having the calculations be done in the client which as of this writing has no knowledge of what the server time is unless the page is refreshed or the player itself is instantiated.

itsrachelfish commented 4 years ago

@Meleeman01 This is fixed now by your latest changes, yes?

Meleeman01 commented 4 years ago

sure is