Merge pull request #4170 from DomiStyle/segment-deletion
Add encoder settings for ffmpeg's segment deletion
This commit is contained in:
@@ -436,6 +436,7 @@ export class HtmlVideoPlayer {
|
||||
const includeCorsCredentials = await getIncludeCorsCredentials();
|
||||
|
||||
const hls = new Hls({
|
||||
startPosition: options.playerStartPositionTicks / 10000000,
|
||||
manifestLoadingTimeOut: 20000,
|
||||
maxBufferLength: maxBufferLength,
|
||||
xhrSetup(xhr) {
|
||||
|
||||
Reference in New Issue
Block a user