pinkladywithcoco

Results 2 issues of pinkladywithcoco

I want to change the video frame when the device rotate while live streaming, but VideoCore ios lib only change the video size and not frame... how can this be...

This lib is very slow... when i do: ``` // remove _session.delegate =nil; [_session.previewView removeFromSuperview]; // add again _session = [[VCSimpleSession alloc] initWithVideoSize:CGSizeMake([[UIScreen mainScreen] bounds].size.width, [[UIScreen mainScreen] bounds].size.height) frameRate:30 bitrate:1000000...