Merge pull request #5299 from nyanmisaka/fix-hlsjs-hdr-remux
Fix the behavior of HDR remuxing in HLS.js 1.5+
This commit is contained in:
@@ -443,6 +443,7 @@ export class HtmlVideoPlayer {
|
||||
startPosition: options.playerStartPositionTicks / 10000000,
|
||||
manifestLoadingTimeOut: 20000,
|
||||
maxBufferLength: maxBufferLength,
|
||||
videoPreference: { preferHDR: true },
|
||||
xhrSetup(xhr) {
|
||||
xhr.withCredentials = includeCorsCredentials;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user