@if (player === 'videojs') { } @else if (player === 'html5') { } @else if (player === 'artplayer') { } @else if (player === 'embedded-mpv') { } @else { } @if (playbackDiagnostic(); as issue) {
{{ getDiagnosticTitleKey(issue) | translate }}

{{ diagnosticHeadlineKey() | translate }}

{{ getDiagnosticDescriptionKey(issue) | translate }}
@if (getDiagnosticMeta(issue); as meta) {
{{ meta }}
} @if (getDiagnosticCodecHint(issue); as codecHint) {
{{ 'PLAYBACK_DIAGNOSTICS.CODEC_HINT' | translate: { codecs: codecHint } }}
} @if (canShowExternalFallbackActions()) {
}
{{ 'PLAYBACK_DIAGNOSTICS.DETAILS_SUMMARY' | translate }}
@for ( detail of getDiagnosticDetails(issue); track detail.labelKey ) {
{{ detail.labelKey | translate }}
{{ detail.value }}
}
}