Syncplay / syncplay

Client/server to synchronize media playback on mpv/VLC/MPC-HC/MPC-BE on many computers
http://syncplay.pl/
Apache License 2.0
2.15k stars 215 forks source link

Joining a room that's already watching something sets the time to 0 #82

Closed ddevault closed 8 years ago

ddevault commented 8 years ago

Which is disruptive for everyone else. The new person should just skip to the timestamp everyone else is at.

Et0h commented 8 years ago

That shouldn't happen so is probably related to a bug in the Syncplay code for that media player. Which media player and version of Syncplay are they using?

ddevault commented 8 years ago

Everyone involved was using mpv and syncplay 1.3.3.

Et0h commented 8 years ago

Did this occur when someone joined with no file? If so, that issue was hopefully fixed in Syncplay 1.3.4 as per http://syncplay.pl/changelog/ and http://syncplay.pl/syncplay-1-3-4/ ("! (mpv) Prevents reset of room position when someone joins with no file")

ddevault commented 8 years ago

Yes, that was the case. Thanks!