Skip to content

Commit

Permalink
Add an infinite retry config.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Nov 23, 2023
1 parent dd83474 commit 32c2342
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/VideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,11 @@ export default {
},
streaming: {
segmentPrefetchLimit: 10,
retryParameters: {
maxAttempts: Infinity,
baseDelay: 100,
backoffFactor: 1.5,
},
},
});
Expand Down

0 comments on commit 32c2342

Please sign in to comment.