mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update keyframe setting
This commit is contained in:
parent
79fa61fa33
commit
a75e37be73
18 changed files with 53 additions and 53 deletions
|
@ -201,6 +201,14 @@
|
|||
|
||||
profile.TranscodingProfiles = [];
|
||||
|
||||
//profile.TranscodingProfiles.push({
|
||||
// Container: 'mkv',
|
||||
// Type: 'Video',
|
||||
// AudioCodec: 'aac' + (canPlayAc3 ? ',ac3' : ''),
|
||||
// VideoCodec: 'h264',
|
||||
// Context: 'Streaming'
|
||||
//});
|
||||
|
||||
if (self.canPlayHls()) {
|
||||
profile.TranscodingProfiles.push({
|
||||
Container: 'ts',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue