moonlight-stream / moonlight-ios

GameStream client for iOS/tvOS
GNU General Public License v3.0
1.14k stars 289 forks source link

Black screen when using Moonlight with AV1 on iPadOS 18 #648

Open rramnel opened 3 weeks ago

rramnel commented 3 weeks ago

With iPadOS 18 I get a black screen when using AV1 decoding on my M4 iPad Pro.

No issues with HEVC, problem seems to be only with the AV1 decoder.

rramnel commented 6 days ago

I still have the issue with iPadOS 18. Can anyone else with a M4 iPad Pro also confirm if they have the same issue?

hocheung20 commented 6 days ago

Confirmed black screen with iPad Pro 13 (2024) with M4 processor on iPadOS 18. Was working fine on iPadOS 17 before.

leonewton253 commented 3 days ago

Im having an issue with building it around this area in the code:

     -1, // disable the automatic MAC
                        0);
    // MAC it ourselves with SHA1 since iOS refuses to load anything else.
 PKCS12_set_mac(p12, pass, -1, NULL, 0, 1, EVP_sha1());
leonewton253 commented 3 days ago

Also, I cant get moonlight to connect with any of the recent versions of sunshine, including the release. Im using tvos 18 too.

rramnel commented 1 day ago

Has anyone found a solution for this yet? Still have the black screen issue and features like unlimited bit rate are still not available.