Merge pull request #6985 from nyanmisaka/fix-hlsjs-chrome138
Set maxMaxBufferLength to avoid bufferAppendError on Chrome 138
This commit is contained in:
@@ -453,6 +453,7 @@ export class HtmlVideoPlayer {
|
||||
startPosition: options.playerStartPositionTicks / 10000000,
|
||||
manifestLoadingTimeOut: 20000,
|
||||
maxBufferLength: maxBufferLength,
|
||||
maxMaxBufferLength: maxBufferLength,
|
||||
videoPreference: { preferHDR: true },
|
||||
xhrSetup(xhr) {
|
||||
xhr.withCredentials = includeCorsCredentials;
|
||||
|
||||
Reference in New Issue
Block a user