-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
googlevideo.com issues with HTTPS redirect in firefox #161
Comments
Would this perhaps be fixed by #153 in combination with proxying video files as well? |
I don't have any idea, why this occur, and even less how to fix this note:
maybe this explain why this not affect chrome, but I looked on the code and don't saw those things |
at Ublock Origin sub-reddit https://www.reddit.com/r/uBlockOrigin/comments/9fvc28/question_invidious_isnt_working_with_disable/ |
instance of uncheck "Disable pre-fetching", I can just use this rule |
having the same problem again |
I think I'm going to close this in favor of #160, as it appears to be a duplicate and there is more information available there. As a workaround until #160 is closed, try disabling Fanboy's Social Blocking and Fanboy's Annoyance List. If that does not fix it, feel free to reopen this. If, after #160 is closed, you are still encountering this issue, again feel free to reopen. |
My mistake. If the workaround mentioned above resolves the issue, then we can close this in favor of #160, |
I think is a problem related to latency, the player may not see the video URL in time, and show a error messenger. UBO maybe just make firefox less tolerant with the latency for prevent pre-fetch. is this what I think, because when I get error and look to the source code, the video is there, and when reopen on another tab the video plays. |
I think, I finally realize whats occuring at all. This isn't related to UBO (but may this interfere in some way because in my tests looks that when using UBO have more chances to this occur). Using network monitor I noted that when I get the connection to googlevideo.com this is primary made using HTTP, and later redirected to HTTPS. I also noted that googlevideo.com dosen't works without a HTTPS connection. Well, I imagine invidio.us made connections using HTTP and the browser redirects to HTTPS, but sometimes this don't occurs in time for the player, and get the error. Sometimes interations like open the video on other tab makes the video works (disable prefetch on UBO maybe have this effect, because of this I proposed this relation, at start). This is also why I don't have problems with the firefox default player, this player wait the HTTP-to-HTTPS redirect.
May this occurs to me, because the excessive latency I have with in videos (200ms). |
That's interesting. As far as I know Invidious uses HTTPS for all resources it serves. What happens if you try to access video link directly? You can append |
works fine, but I undertand why |
looks this:
all diferrent URL, googlevideos take me to a different server, and the player can't follow this. in some time of this process the connection is HTTP, as firefox report in the network monitor |
This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked. |
I saw there was a problem with ublock origin blocking pre-fetching
https://github.com/gorhill/uBlock/wiki/Dashboard:-Settings#disable-pre-fetching
https://en.wikipedia.org/wiki/Link_prefetching
If I uncheck "Disable pre-fetching" at ublock origin, whorks fine, with this checked (what is the default), invidio.us didn't work properly
This just occurs at firefox, chrome doesn't have this issue, at least in my testes
this maybe related to #160 and #151
The text was updated successfully, but these errors were encountered: