Skip to content
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

Closed
TsukiZero opened this issue Oct 26, 2024 · 6 comments
Closed

Frequent buffer issues, and this may be why: #295

TsukiZero opened this issue Oct 26, 2024 · 6 comments

Comments

@TsukiZero
Copy link

TsukiZero commented Oct 26, 2024

Line 833 has return realFetch.apply(this, arguments);
which appears to relate to this:
image
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.

@xxAlex7
Copy link

xxAlex7 commented Oct 26, 2024

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.

@stevenya97
Copy link

stevenya97 commented Oct 30, 2024

I believe you are referring to vaft? Might belong to #164 where playback issues are discussed.

@TsukiZero
Copy link
Author

It was with both (and no, not both at the same time)

@zGato
Copy link

zGato commented Oct 31, 2024

That video-edge is just for tracking purposes (I suppose).
You can just block it with uBO and everything will continue working just fine.

@xxAlex7
Copy link

xxAlex7 commented Oct 31, 2024

That video-edge is just for tracking purposes (I suppose). You can just block it with uBO and everything will continue working just fine.

Yes, this is Twitch telemetry, but if you block video-edge, Twitch channel points will no longer work.

@pixeltris
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants