-
Notifications
You must be signed in to change notification settings - Fork 461
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
Frequent buffer issues, and this may be why: #295
Comments
In the last few days I also started having buffer issues when the ad starts or ends, there is a buffer of 1s~5s and then the stream continues. I use Tampermonkey + userscript. |
I believe you are referring to vaft? Might belong to #164 where playback issues are discussed. |
It was with both (and no, not both at the same time) |
That video-edge is just for tracking purposes (I suppose). |
Yes, this is Twitch telemetry, but if you block video-edge, Twitch channel points will no longer work. |
That request is handled by the window fetch hook which doesn't modify the request. The playback issues are more likely to come from the worker hook which modifies requests. |
Line 833 has
return realFetch.apply(this, arguments);
which appears to relate to this:
that video-edge-306ee8.pdx01... often seems to take too long to respond, and it so happens to be when the bufferzone happens.
Any ideas?
OK, it's not the script's fault... But I can't find the cause, I tried everything.
The text was updated successfully, but these errors were encountered: