mohemohe

Results 4 comments of mohemohe

you can use `AWS_LAMBDA_FUNCTION_NAME` envronment variable. ```go if os.Getenv("AWS_LAMBDA_FUNCTION_NAME") == "" { log.Fatal(http.ListenAndServe(":3000", nil)) } else { log.Fatal(gateway.ListenAndServe(":3000", nil)) } ```

It works great with the Geforce RTX 3060 Ti and a Windows 11 host. However, 4:4:4 encoding does not work with the Intel Core i5 11320H (Tiger Lake, Iris Xe)...

@ns6089 Thanks for the quick response. I can now connect with YUV 4:4:4 enabled, but it does not seem to be encoded in 4:4:4. There is no longer the hassle...

@ns6089 I tried build [#8648](https://github.com/LizardByte/Sunshine/actions/runs/10213869942?pr=2533) and it appears to be encoding correctly in YUV4:4:4. Thank you for your great work. ![CleanShot_2024-08-03_17-45-30](https://github.com/user-attachments/assets/145d10ed-0c6d-4e29-b143-7f09fc77d054)