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
It looks like videojs has infinite retries, and they happen quite rapidly. When the retries go on for a while, the instance will likely get rate limited by google. We should probably limit these or take some other action.
I saw two scenarios where this happened:
Leaving a dash video open for too long, so that the manifest expires. Videojs will retry fetching the chunks but never fetch an updated manifest. This leads to unlimited requests to /videoplayback until the window is closed.
A bad video url gets cached in the database. I'm not sure how this happens in the first place, but if this happens the video player will keep retrying on latest_version until the database gets refreshed.
The text was updated successfully, but these errors were encountered:
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.
It looks like videojs has infinite retries, and they happen quite rapidly. When the retries go on for a while, the instance will likely get rate limited by google. We should probably limit these or take some other action.
I saw two scenarios where this happened:
The text was updated successfully, but these errors were encountered: