fix subtitle transcoding, guard play clicks

This commit is contained in:
2026-05-26 02:11:41 +03:00
parent 4d20cf9d43
commit 2fce5dfb59
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -212,9 +212,16 @@ export function browserDeviceProfile(audioPassthrough = false) {
SubtitleProfiles: [
{ Format: 'vtt', Method: 'External' },
{ Format: 'vtt', Method: 'Hls' },
{ Format: 'subrip', Method: 'External' },
{ Format: 'subrip', Method: 'Embed' },
{ Format: 'subrip', Method: 'Hls' },
{ Format: 'ass', Method: 'External' },
{ Format: 'ass', Method: 'Embed' },
{ Format: 'ass', Method: 'Hls' },
{ Format: 'ssa', Method: 'External' },
{ Format: 'ssa', Method: 'Embed' },
{ Format: 'ssa', Method: 'Hls' },
],
ResponseProfiles: [],