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:
commit
d8c25b4594
4 changed files with 31 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue