1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #4170 from DomiStyle/segment-deletion

Add encoder settings for ffmpeg's segment deletion
This commit is contained in:
Bill Thornton 2023-07-14 11:35:55 -04:00 committed by GitHub
commit d8c25b4594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 0 deletions

View file

@ -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) {