activegs-ios
activegs-ios copied to clipboard
Video not displaying in iOS 15
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.
Saw your commit about iOS15 : sounds weird to have to adjust the width, any thought on why it is required ?
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.
The issue has been reported to Apple: waiting for their feedback
@ogoguel do you have feedback from Apple?
Nope :( I put online a quick hack to be compatible with anyway
Le 23 nov. 2021 à 20:21, utilsites @.***> a écrit :
@ogoguel do you have feedback from Apple?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Can you share the hack @ogoguel ? Thanks
sure: https://github.com/ogoguel/activegs-ios/commit/3110db04dc1de2be2d333722457d55ee541452ce
Le dim. 28 nov. 2021 à 08:51, utilsites @.***> a écrit :
Can you share the hack @ogoguel https://github.com/ogoguel ? Thanks
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ogoguel/activegs-ios/issues/15#issuecomment-980933375, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFEZB7Q6UOWKLYSAX4ZSR3UOHNOPANCNFSM5EN4AS4A .
-- ıllıllı ɹǝ!ʌ!ןo ıllıllı
I downloaded the iOS 15.3 but when i try to install it they tell me it cant be installed I need help
@Amkwesi I did not try yet the 15.3 beta.... any relevant messages/logs?