HQPlayer Embedded Discussion [2021-2022]

The amd version is the most optimised version for CPU core loading distribution

hqplayerd_4.28.3-107amd_amd64.deb

It’s compatible with Intel CPUs like my 11900K and 9900K mentioned last few days in this thread

This is from my notes:

Add following steps prior to installing hqplayerd package (https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html)
 
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -

echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/debian/ ubuntu main' | sudo tee /etc/apt/sources.list.d/rocm.list

sudo apt update

sudo reboot

If its rocm v4.5 for example, add this to new file

sudo nano /etc/ld.so.conf.d/rocm.conf

/opt/rocm/lib

/opt/rocm-4.3.0/lib

/opt/rocm-4.5.0/lib

Then run:

sudo ldconfig

sudo reboot

sudo systemctl stop hqplayerd

sudo wget https://www.signalyst.eu/bins/hqplayerd/focal/hqplayerd_4.28.3-107amd_amd64.deb

sudo dpkg -i hqplayerd_4.28.3-107amd_amd64.deb


sudo apt install -f


systemctl restart hqplayerd