mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add hardware encoding status to playback data
This commit is contained in:
parent
961acc8d61
commit
4bbd706294
2 changed files with 5 additions and 0 deletions
|
@ -173,6 +173,10 @@ import ServerConnections from '../ServerConnections';
|
||||||
value: session.TranscodingInfo.TranscodeReasons.map(translateReason).join('<br/>')
|
value: session.TranscodingInfo.TranscodeReasons.map(translateReason).join('<br/>')
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
sessionStats.push({
|
||||||
|
label: globalize.translate('LabelHardwareEncoding'),
|
||||||
|
value: session.TranscodingInfo.IsHardwareEncode
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return sessionStats;
|
return sessionStats;
|
||||||
|
|
|
@ -644,6 +644,7 @@
|
||||||
"LabelH265Crf": "H265 encoding CRF:",
|
"LabelH265Crf": "H265 encoding CRF:",
|
||||||
"LabelHardwareAccelerationType": "Hardware acceleration:",
|
"LabelHardwareAccelerationType": "Hardware acceleration:",
|
||||||
"LabelHardwareAccelerationTypeHelp": "Hardware acceleration requires additional configuration.",
|
"LabelHardwareAccelerationTypeHelp": "Hardware acceleration requires additional configuration.",
|
||||||
|
"LabelHardwareEncoding": "Hardware encoding:",
|
||||||
"LabelHDHomerunPortRange": "HD Homerun port range:",
|
"LabelHDHomerunPortRange": "HD Homerun port range:",
|
||||||
"LabelHDHomerunPortRangeHelp": "Restricts the HD Homerun UDP port range to this value. (Default is 1024 - 645535).",
|
"LabelHDHomerunPortRangeHelp": "Restricts the HD Homerun UDP port range to this value. (Default is 1024 - 645535).",
|
||||||
"LabelHomeNetworkQuality": "Home network quality:",
|
"LabelHomeNetworkQuality": "Home network quality:",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue