Merge pull request #2776 from gnuyent/feat/hardware-encode-status

Add hardware encoding status to playback data
This commit is contained in:
Bill Thornton
2021-08-24 13:47:01 -07:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
@@ -173,6 +173,12 @@ import ServerConnections from '../ServerConnections';
value: session.TranscodingInfo.TranscodeReasons.map(translateReason).join('<br/>')
});
}
if (session.TranscodingInfo.HardwareAccelerationType) {
sessionStats.push({
label: globalize.translate('LabelHardwareEncoding'),
value: session.TranscodingInfo.HardwareAccelerationType
});
}
}
return sessionStats;
+1
View File
@@ -646,6 +646,7 @@
"LabelH265Crf": "H265 encoding CRF:",
"LabelHardwareAccelerationType": "Hardware acceleration:",
"LabelHardwareAccelerationTypeHelp": "Hardware acceleration requires additional configuration.",
"LabelHardwareEncoding": "Hardware encoding:",
"LabelHDHomerunPortRange": "HD Homerun port range:",
"LabelHDHomerunPortRangeHelp": "Restricts the HD Homerun UDP port range to this value. (Default is 1024 - 645535).",
"LabelHomeNetworkQuality": "Home network quality:",