Skip to content

Skip missing segments? #6012

Closed Answered by kinsi55
kinsi55 asked this question in Q&A
Discussion options

You must be logged in to vote

I think I figured it out, I'm using this configuration now and it seems to resolve my problem (While not skipping segments but instead retrying much sooner)

fragLoadPolicy: {
  default: {
    maxTimeToFirstByteMs: 3000,
    maxLoadTimeMs: 6000,
    timeoutRetry: {
      maxNumRetry: 2,
      retryDelayMs: 0
    },
    errorRetry: {
      maxNumRetry: 2,
      retryDelayMs: 1000,
      maxRetryDelayMs: 5000
    }
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kinsi55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant