Search found 4 matches

Go to advanced search

by lawrie
12 Dec 2013 07:33
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to take snapshot on iOS
Replies: 9
Views: 1796

Re: how to take snapshot on iOS

thank you anyway
by lawrie
10 Dec 2013 02:38
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to take snapshot on iOS
Replies: 9
Views: 1796

Re: how to take snapshot on iOS

You need to recompile with streaming output.

How to recompile with streaming output, could you describe in detail?

In my project, I just link with the libraries:"libMediaLibraryKit.a" and "libMobileVLCKit.a", then do my custom.

Thank you!
by lawrie
09 Dec 2013 08:26
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to take snapshot on iOS
Replies: 9
Views: 1796

how to take snapshot on iOS

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 *...
by lawrie
05 Nov 2013 02:36
Forum: VLC media player for macOS Troubleshooting
Topic: How to recompile the vlc
Replies: 3
Views: 532

How to recompile the vlc

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.

Go to advanced search