turbowookie / turbo-wookie

Turbo Wookie Project. Because Turbo Wookie
http://turbowookie.github.io
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

The progress slider isn't always exact. #20

Closed mpeterson2 closed 10 years ago

mpeterson2 commented 10 years ago

It doesn't happen often, but it does happen sometimes. I think it occurs every now and then when you first load the page.

It would be nice if there was a way to get the current time from the server. Then we could request that when we first load the page to ensure that we have the correct time.

sleepdeprecation commented 10 years ago

Even if the server sends the current position, there'd be some flash because it defaults to 0, and doesn't get updated until we tell it to update.

This doesn't seem like a "fixable" "problem".

mpeterson2 commented 10 years ago

Another issue with this is that we can't set the streams current time, so it'd be pretty difficult to get this fixed.

Just gonna close it as won't fix.