Search results

  1. A

    Intel Rocket Lake (11th) Quicksync Passthrough

    Thanks again! I installed the intel drivers from the link above and I was still not seeing hw encoding in Plex (on 11th gen Rocket Lake with Iris Xe graphics) when transcoding HDR video with "Enable HDR tone mapping" enabled. HW encoding was working fine without it enabled. For anyone else...
  2. A

    Is mounting nfs4 not possible inside privileged container due to apparmor? (nfs works fine)

    Thanks I see it did mount with nfs4 when mounting with "nfs" command. Will remember that next time, thanks!
  3. A

    Intel Rocket Lake (11th) Quicksync Passthrough

    Actually I take that back.. hw encoding seems to be working, except when you are playing an HDR encoded video and HDR tone mapping is enabled. Not sure if this is expected with Intel Quick Sync or if this should still be working?
  4. A

    Intel Rocket Lake (11th) Quicksync Passthrough

    Osaether thank you very much for posting these steps, I am using new build with Rocket Lake processor and though I was out of luck for hardware encoding! I have followed all the steps except for installing the Intel drivers mentioned above. I have the hardware encode checkboxes enabled in Plex...
  5. A

    Is mounting nfs4 not possible inside privileged container due to apparmor? (nfs works fine)

    I have the feature "nfs" enabled via the gui. I can mount an nfs share fine, for example this command works fine: mount -t nfs 10.10.10.10:/mnt/data/files /mnt/files But if I try the same command using nfs4: mount -t nfs4 10.10.10.10:/mnt/data/files /mnt/files I see a denied error in syslog...