Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video not displaying in iOS 15 #15

Open
yoshisuga opened this issue Sep 21, 2021 · 9 comments
Open

Video not displaying in iOS 15 #15

yoshisuga opened this issue Sep 21, 2021 · 9 comments

Comments

@yoshisuga
Copy link

I just updated and built ActiveGS in Xcode 13/iOS 15. Sound works and emulation is occurring but the video is not displayed.

I tried to debug the portion where the image view is updated, but it's coming up with a blank image so I'm not sure if the video data is being written to.

@ogoguel
Copy link
Owner

ogoguel commented Sep 24, 2021

Saw your commit about iOS15 : sounds weird to have to adjust the width, any thought on why it is required ?

@yoshisuga
Copy link
Author

Yeah it's very puzzling! I changed the method to pass a CGImageRef reference so that I can convert it to a UIImage and I was able to see the image, but it looks like CGContextDrawImage couldn't render the image.

It could be a size/pixel issue rendering an image into a smaller rect. Sadly I don't know enough about the details of drawing an image to the context. Converting to a UIImage and displaying that might work but I'm guessing that CGContextDrawImage is faster. Also strange that it happens on iOS 15 but not iOS 14.

@ogoguel
Copy link
Owner

ogoguel commented Oct 3, 2021

The issue has been reported to Apple: waiting for their feedback

@utilsites
Copy link

@ogoguel do you have feedback from Apple?

@ogoguel
Copy link
Owner

ogoguel commented Nov 27, 2021 via email

@utilsites
Copy link

Can you share the hack @ogoguel ?
Thanks

@ogoguel
Copy link
Owner

ogoguel commented Nov 28, 2021 via email

@Paa-Kwesi-ML
Copy link

I downloaded the iOS 15.3 but when i try to install it they tell me it cant be installed
I need help

@ogoguel
Copy link
Owner

ogoguel commented Feb 13, 2022

@Amkwesi I did not try yet the 15.3 beta.... any relevant messages/logs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants