mesvam
mesvam
> Hmm... activating "Persist tree cache" is the workaround for now, if it is a problem of `browser.storage.session` itself. From limited testing, disabling "Optimize tree restoration with cache" works equally...
fwiw, I'm fine with just reverting e3af545 for now while a better solution is found. I've managed a way to work around https://github.com/mpv-player/mpv/issues/13513, and for me at least, e3af545 seems...
I got the b9ff661 build from the links above and tried it AV desync can still be quite high (~500ms), but it resyncs fairly quickly so it's much less noticeable...
> AV desync can still be quite high (~500ms), but it resyncs fairly quickly so it's much less noticeable in practice. With the latest build 2565bbd, this is further improved...
> What was the delay before in the old code (i.e. before [e3af545](https://github.com/mpv-player/mpv/commit/e3af545421322e357eb9355395923710ea93f83b))? I don't want to shoot you down but scripts are async/racy so depending on things happening at...
> I'm not sure what the best approach for your usecase would be. Maybe new events, extending the script API, etc.? Yea, I will have to think about that. Right...
> This sounds doable. I dunno what a good name would be essentially it would just be passing back mpv's timer offset by whenever playback of the file starts. If...