Skip to content

Can't get Hardware Transcoding or Metadata to work #17

Description

@Avsynthe

On a Synology 718+ DSM7. Having trouble getting Hardware transcoding to work with --device=/dev/dri:/dev/dri as a run command. I know this works in linuxserver and official containers, but no matter what I do, it never shows up as HW when transcoding in binhex

My other issue is that I can't get metadata to display in any docker plex images available. They all download it, I can see the metadata files on the drive, and as they're coming down in plex, but plex never actually uses it, everything is just blank. It's worth noting this works perfectly in the bare metal version with all the same Filenames, DNS, IPv6 settings etc etc settings. It looks more like a permission thing like it will write but not read it. Seriously strange

Here's my setup:

docker run -d \
--net=host \
--name=plex \
-v /volume1/video:/media \
-v /volume1/docker/plex:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=022 \
-e PUID=1026 \
-e PGID=100 \
--device=/dev/dri:/dev/dri \
--restart always \
    binhex/arch-plexpass
Any ideas?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions