More > JRiver Media Center 29 for Linux
Docker Images for MC29
JimH:
Thanks, Max!
Scobie:
--- Quote from: Scobie on March 11, 2022, 06:09:18 pm ---Side note anyone using QNAP Container station, the latest update breaks container images that are using bridged networking. Ticket has been logged.
--- End quote ---
Hi everyone, this has been fixed in the latest update from QNAP, Container Station 2.6.0.483. Took them a while, but better late than never.
cncb:
Anyone know a way to make the GPU available to the MC docker for hardware encoding?
max096:
--- Quote from: cncb on June 12, 2022, 05:54:30 pm ---Anyone know a way to make the GPU available to the MC docker for hardware encoding?
--- End quote ---
You already asked this once here
https://yabb.jriver.com/interact/index.php/topic,129803.msg918418.html#msg918418
and
https://yabb.jriver.com/interact/index.php/topic,133035.0.html
The answer is still the same as it was the first time around. There are changes needed in the container image, or you can install the required software yourself and add the group as required. Have you tried that?
Anyways try to create this script, you can call it anything you want such as 10-setup-intel-gpu.sh.
--- Code: ---#!/usr/bin/with-contenv sh
apt-get update
apt-get install -y intel-media-va-driver vainfo
if [ -f /var/run/s6/container_environment/SUP_GROUP_IDS ]; then
echo -n "," >> /var/run/s6/container_environment/SUP_GROUP_IDS
fi
echo -n render >> /var/run/s6/container_environment/SUP_GROUP_IDS
--- End code ---
Then mount this script to '/etc/cont-init.d/10-setup-intel-gpu.sh'.
In theory this should install the intel gpu driver and add the group required, but I have no way to validate as I do not currently have a system with an intel gpu that i could use for this.
You also have to expose the GPU device to the container similarly how they do it here: https://forum.openmediavault.org/index.php?thread/38696-how-to-activate-intel-quick-sync-in-docker-jellyfin-handbrake/
As in add those two devices
--- Code: ---/dev/dri/renderD128
/dev/dri/card0
--- End code ---
You can validate if it worked with vainfo.
cncb:
Sorry I asked multiple times. Thanks for the info (again).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version