Skip to content

Commit 852ed5d

Browse files
authored
Merge pull request #2122 from jellyfin/jf-2.3.0-fixes
Increase segment length to handle really long (> 4 hours) movies
2 parents 1f751e6 + 691d7fb commit 852ed5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/utils/deviceCapabilities.bs

+2
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ function getTranscodingProfiles() as object
350350
"VideoCodec": tsVideoCodecs,
351351
"MaxAudioChannels": maxAudioChannels,
352352
"MinSegments": 1,
353+
"SegmentLength": 6,
353354
"BreakOnNonKeyFrames": false
354355
}
355356
mp4Array = {
@@ -361,6 +362,7 @@ function getTranscodingProfiles() as object
361362
"VideoCodec": mp4VideoCodecs,
362363
"MaxAudioChannels": maxAudioChannels,
363364
"MinSegments": 1,
365+
"SegmentLength": 6,
364366
"BreakOnNonKeyFrames": false
365367
}
366368

0 commit comments

Comments
 (0)