shark@lemmy.org to Selfhosted@lemmy.worldEnglish · 12 hours agoWhat's your self-hosting success of the week?message-squaremessage-square63fedilinkarrow-up156arrow-down11
arrow-up155arrow-down1message-squareWhat's your self-hosting success of the week?shark@lemmy.org to Selfhosted@lemmy.worldEnglish · 12 hours agomessage-square63fedilink
minus-squareBaconWrappedEnigma@lemmy.nzlinkfedilinkEnglisharrow-up9·10 hours agoI think QSV is the new “easiest” way if you have an Intel CPU. Here are some docker compose values that might help: group_add: - "110" - "44" devices: - /dev/dri/renderD128:/dev/dri/renderD128 110 is render 44 is video You can grep render /etc/group to find your values. I found CPU accelerated transcoding to be as effective as using GPU acceleration for my small media server setup. Nvidia wasn’t worth it for me.
minus-squaresharkaccident@lemmy.worldlinkfedilinkEnglisharrow-up2·4 hours agoWhy the group add? Does JF default user not have access to dev dri?
minus-squareEbby@lemmy.ssba.comlinkfedilinkEnglisharrow-up4·9 hours agoOh thanks! I didn’t have the group_add.
I think QSV is the new “easiest” way if you have an Intel CPU. Here are some docker compose values that might help:
group_add: - "110" - "44" devices: - /dev/dri/renderD128:/dev/dri/renderD128110isrender44isvideoYou can
grep render /etc/groupto find your values.I found CPU accelerated transcoding to be as effective as using GPU acceleration for my small media server setup. Nvidia wasn’t worth it for me.
Why the group add? Does JF default user not have access to dev dri?
Oh thanks! I didn’t have the group_add.