I want to take snapshot on iOS, I have found the method - (void)saveVideoSnapshotAt: (NSString *)path withWidth:(NSUInteger)width andHeight:(NSUInteger)height; here is my codes: NSString *desPath = [NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES) lastObject]; NSString *...
I made some changes in the 'ImportedSources/vlc/contrib/iPhoneOS-armv7/live555'. I wanted to make it works, so I ran the script 'buildAspenProject.sh', but what I changed didn't take effect, so I thought whether I did wrong.