You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some videos will work on the server that host invidious but not on the external proxy, this is an issue because the videojs player will try to infinitely try to load the video due to the error returned by the proxy.
Solution:
Have a separate web server that check the health of the proxies, if the video is available in the location. Then redirect the request to the least loaded server.
This web server can also be anycast (fly.io) in order to redirect to proxies close to the user.
The text was updated successfully, but these errors were encountered:
Some videos will work on the server that host invidious but not on the external proxy, this is an issue because the videojs player will try to infinitely try to load the video due to the error returned by the proxy.
Solution:
Have a separate web server that check the health of the proxies, if the video is available in the location. Then redirect the request to the least loaded server.
This web server can also be anycast (fly.io) in order to redirect to proxies close to the user.
The text was updated successfully, but these errors were encountered: