Hi all, I developing in iOS, I use ./buildMobileVLCKit.sh -s compiled VLCKit,and add a button to SimplePlayback example to take snapshot. code: - (IBAction)takeSnapshot:(UIButton *)sender { NSString* path = NSHomeDirectory(); NSString* snapshotFile = [path stringByAppendingString:@"/1.png"...