From 46d95b31f57c33c153ef6d62cf0199079dd7dae2 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 3 May 2021 20:22:30 -0500 Subject: [PATCH] Add note about HEVC support --- Installing-Moonlight-Qt-on-Raspberry-Pi-4.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md b/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md index 55ee170..fc3b497 100644 --- a/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md +++ b/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md @@ -26,6 +26,13 @@ sudo apt update sudo apt upgrade ``` +### HEVC support +Beginning with Moonlight Qt v3.1.2, the Raspberry Pi 4 builds have experimental support for streaming HEVC video using hardware decoding. + +To enable HEVC support: +- Add `dtoverlay=rpivid-v4l2` to your `/boot/config.txt` and reboot your Pi. +- You must run Moonlight directly from the console for HEVC support to be enabled. If you have your Pi set to boot to GUI, you can press Ctrl+Alt+F1 to switch to TTY 1 and run moonlight-qt from there. + ## Common problems and solutions ### No audio output or crackly audio output