y2kdread 0 Posted May 5, 2019 Posted May 5, 2019 Hi, I am having some issues doing hardware transcoding through docker. I have everything setup correctly (I think) but it looks like it's still using software. I've setup my emby user as a member of the video group, set permissions to /dev/dri/renderD128 to 777, and have the hardware decoder mapped through docker. See below for my docker-compose config: # Emby Media Server emby: image: emby/embyserver container_name: emby restart: unless-stopped network_mode: bridge ports: - "8096:8096/tcp" - "8920:8920/tcp" environment: - TZ=${TZ} - UID=${PUID_EMBY} - GID=${PGID_KODI} - GIDLIST=44 volumes: - ${PICKYDIR}/emby:/config - ${DOCKERDIR}/media:/mnt/share1 - ${DOCKERDIR}/backups:/mnt/share2 - ${SSD}/transcode_emby:/transcode devices: - "/dev/dri/renderD128:/dev/dri/renderD128" Any other ideas? embyserver.txtffmpeg-transcode-50eb18ad-ccac-460a-aa92-d25b2f210ad6_1.txthardware_detection-63692603061.txt
Luke 39008 Posted May 5, 2019 Posted May 5, 2019 Hi, did you install graphics drivers into the container?
y2kdread 0 Posted May 5, 2019 Author Posted May 5, 2019 Nope, are there any instructions on how to do this?
Luke 39008 Posted May 5, 2019 Posted May 5, 2019 What hardware do you have? Currently gpu support in Docker is only experimental, therefore at this stage we may not yet have all the answers.
y2kdread 0 Posted May 6, 2019 Author Posted May 6, 2019 I am using a Nvidia GeForce GT710 on an AMD based motherboard
Luke 39008 Posted May 6, 2019 Posted May 6, 2019 This is a very helpful article regarding nvidia and docker: https://www.funkypenguin.co.nz/note/gpu-transcoding-with-emby-plex-using-docker-nvidia/ Can you try the steps listed there? Thanks !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now