Benji Brown
Benji Brown
@jayztemplier how did you set the accessGroup to nil? I am getting the same issue and curretnly it is a read only property. Did you mod the source?
@dannyjiajia I just tried this because I had a thought last night: in - (void)applicationDidBecomeActive:(UIApplication *)application { [UICKeyChainStore keyChainStoreWithService:NAME_OF_YOUR_SERVICE accessGroup:nil]; } It seemed to have worked! Try it out?
or kCVPixelFormatType_32BGRA for that matter.
@HoldenMills thanks for the feedback. So it is required to use 24rgb - Ill need to use the Accelerate .framework to do a fast conversion. ``` let error = vImageConvert_ARGB8888toRGB888(&src,...
@mrchrisallen do you have a spec with the exact format that is requried for the r5_media_type_video_custom? I want to make sure my frame sizes, colorspace and timing info are correct....
@mrchrisallen got it working :), one trick other then the pixel buffer stuff I had to do was... audio is required otherwise the video wont render...Dont know why this is....
@mrchrisallen Ill work on getting you a sample to send privately.
@mrchrisallen emailed sample proj (info in the readme I supplied) to @HoldenMills
@LonYui make sure to select Branch master instead of latest version during the SPA flow.
any resolution to this?