fix: drop sunshine fec_percentage to 1

At the default 20, FEC mangles large frames and moonlight draws horizontal
bands over an otherwise-fine stream, with no error on either side.
This commit is contained in:
Miguel Palhas
2026-08-17 18:22:52 +01:00
parent df319322b9
commit 51f6cb013f
+6
View File
@@ -37,6 +37,12 @@ _:
# and never strips brackets or quotes, so "[...]" makes every entry fail # and never strips brackets or quotes, so "[...]" makes every entry fail
# its starts_with("https://") check. # its starts_with("https://") check.
csrf_allowed_origins = "https://10.7.250.1:47990,https://10.7.10.2:47990"; csrf_allowed_origins = "https://10.7.250.1:47990,https://10.7.10.2:47990";
# At the default 20, sunshine's FEC mangles large frames and moonlight
# draws horizontal bands over an otherwise-fine stream — no error on
# either side, and the network shows 0% loss. konishi carries the same
# workaround in its hand-written ~/.config/sunshine/sunshine.conf.
fec_percentage = 1;
}; };
}; };
} }