Wot 'n tarnation
I’ve been hammering away at a Docker+DRI Plex hw-decoding/hw-encoding configuration for the last 48 hours, only to have an “epiphany” of sorts and just force my docker-compose configuration to map my intel device (/dev/dri/card1 and /dev/dri/renderD129) to different device names (/dev/dri/card0 and /dev/dri/renderD128) inside a Docker container (namely plexinc/pms-docker).
Actual request
- Is it possible for the Plex team to allow the administrator of a given server, to select one specific DRI device, instead of (apparently anyway) always use /dev/dri/card0 and to hell with everything else?
- Could Plex be able to use multiple DRI devices?
- Expanding on the idea, could a very enthusiastic admin be able to select a given DRI device for hardware decoding (say, Intel QuickSync) and another for hardware encoding (say, a GTX 1080, because reasons)