Description
Hi, I’m using raw data API to get video from other users in meeting. Getting data using delegate method
- (void)onMobileRTCRender:(MobileRTCRenderer *_Nonnull)renderer framePixelBuffer:(CVPixelBufferRef _Nullable )pixelBuffer rotation:(MobileRTCVideoRawDataRotation)rotation;
Getting video raw data form 5 users in 720p works like a charm, but when I try to connect the 6th one, there is no data in delegate method for him. If I reduce the resolution to 540p for first 5 users, the data from the 6th begins to appear in delegate method. Is it possible to get data in 720p from more then 5 users?
Which version?
5.4.54520.1229