Skip to content

ErsatzTV ​

ErsatzTV is a service that allow you to create your own persoan LiveTV schedule using your media.

alt text

Enable Hardware Acceleration using Intel QuickSync ​

Check if Intel QuickSync is used during transcoding.

Make sure to enable Privilege and pass --device=/dev/dri

Untitled

Console login to container

python
apt update && apt install -y intel-gpu-tools

Check performance

text
root@Voyager:/app# intel_gpu_frequency 
cur: 300 MHz
min: 300 MHz
RP1: 300 MHz
max: 1450 MHz
python
intel-gpu-top: Intel Alderlake_s (Gen12) @ /dev/dri/card0 -    0/   0 MHz; 100% RC6;  0.00/43.65 W;        0 irqs/s

         ENGINES     BUSY                                                                                                                                                              MI_SEMA MI_WAIT
       Render/3D    0.00% |                                                                                                                                                          |      0%      0%
         Blitter    0.00% |                                                                                                                                                          |      0%      0%
           Video    0.00% |                                                                                                                                                          |      0%      0%
    VideoEnhance    0.00% |                                                                                                                                                          |      0%      0%

Login to Ersatz UI and check Profile is using qsv instead of va-api

Untitled

During transcoding

GPU Load

python
intel-gpu-top: Intel Alderlake_s (Gen12) @ /dev/dri/card0 - 1054/1187 MHz;  19% RC6;  2.03/62.05 W;      765 irqs/s

         ENGINES     BUSY                                                                                                                                                              MI_SEMA MI_WAIT
       Render/3D   71.46% |██████████████████████████████████████████████████████████████████████████████████████████████████████████████▏                                           |      5%      0%
         Blitter    0.00% |                                                                                                                                                          |      0%      0%
           Video    9.64% |██████████████▉                                                                                                                                           |      0%      0%
    VideoEnhance    5.69% |████████▉                                                                                                                                                 |      0%      0%

CPU Load

Untitled

Unraid Host Load

If not using qsv, the loading is near 100%!

Untitled