Skip to content

Commit

Permalink
admin: hide VA-API status if external
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Oct 21, 2023
1 parent 19a4db3 commit bdf3967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/admin/sections/VideoAccel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
'Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration.',
)
}}
<br />
{{ t('memories', 'For more details on driver installation, check the documentation:') }}
<a target="_blank" href="https://memories.gallery/hw-transcoding/#va-api">
{{ t('memories', 'External Link') }}
</a>

<NcNoteCard :type="vaapiStatusType" v-if="status">
<NcNoteCard :type="vaapiStatusType" v-if="status && !config['memories.vod.external']">
{{ vaapiStatusText }}
</NcNoteCard>

Expand Down

0 comments on commit bdf3967

Please sign in to comment.