schollz / musicsaur

Music synchronization from your browser.
https://radio.schollz.com/
MIT License
281 stars 17 forks source link

Browser gets ahead of server too much and can't seek back #2

Closed schollz closed 8 years ago

schollz commented 8 years ago

This seems to only occur if the Raspberry Pi is the server and a modern desktop is the client

schollz commented 8 years ago

It turns out this was because I was added the compute time (time it takes to seek on average) to the new seek time, which was adding too much. Thus when the browser got head, it would forever stay ahead. I removed this and it works better now.