-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landsat playback stutters on Firefox / Mac #211
Comments
I can confirm this in FireFox 85 on Windows. I've seen this type of behavior before but also it triggered a memory of browsers and their min/max playback rates for videos. We modify this rate to speed up/slow down to keep the tiles in sync and I wonder if something new in FireFox has cropped up. Years ago we weren't clamping to the defined ranges and would get odd stuttering. Not sure if it's useful, but here is a snippet of the WebGLVideoTile internal rates in Chrome and then FireFox when running at "Medium". I do see FireFox fluctuate quite wildly compared to Chrome. Note that 0.5 (or as close to it) should be the desired value in this case. Chrome:
FireFox:
|
Confirmed, still a problem at earthtime.org. |
Until a better solution is found, fader shader is disabled for Firefox. commit a4d0140 |
Seen on Firefox / Mac, but Chrome / Mac looks okay.
Both main branch and new branch.
More obvious in slow or medium playback speed.
Example:
https://earthtime.org/explore#v=36.1798,-115.02777,9.071,latLng&t=0&ps=50&l=blsat
Screen.Recording.2021-01-30.at.3.08.07.PM.mov
The text was updated successfully, but these errors were encountered: