Search found 30 matches

Go to advanced search

by rowa
04 Mar 2013 09:42
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building VLC for iOS
Replies: 25
Views: 8005

Re: Building VLC for iOS

I've compiled a new version according to steps above with the command "./buildMobileVLC.sh -s", and I altered the file "buildMobileVLC.sh" of root, removed the code between "if HAVE_DARWIN" and "endif"; after several minutes, it told me "Build completed&q...
by rowa
03 Mar 2013 10:34
Forum: VLC media player for macOS Troubleshooting
Topic: an error occured while compiling vlc for ios
Replies: 1
Views: 588

an error occured while compiling vlc for ios

I get the latest code from "git://git.videolan.org/vlc-ports/ios.git" today, and I run the "buildMobileVLC.sh" in command line, several minutes later, I got a fatal error: ".../ImportedSources/vlc/modules/access/screen/mac.c:40:9: fatal error: 'ApplicationServices/Applicatio...
by rowa
31 Jan 2013 04:42
Forum: VLC for Android and Chrome OS
Topic: vlc for Android can't take snapshot of rtsp video
Replies: 9
Views: 1535

Re: vlc for Android can't take snapshot of rtsp video

i add a function in libvlcjni.c and compiled a new libvlcjni.so jboolean Java_org_videolan_vlc_LibVLC_snapshot(JNIEnv *env, jobject thiz, jstring path, jint width, jint height) { /* get media player */ libvlc_media_player_t *mp = getMediaPlayer(env, thiz); if (!mp){ return JNI_FALSE; } jboolean isCo...
by rowa
30 Jan 2013 07:04
Forum: Development around libVLC
Topic: how to snapshot on vlc_android?
Replies: 2
Views: 1014

Re: how to snapshot on vlc_android?

i'v got the same problem with you, would you please tell me what's your solution?
by rowa
29 Jan 2013 04:48
Forum: VLC for Android and Chrome OS
Topic: vlc for Android can't take snapshot of rtsp video
Replies: 9
Views: 1535

vlc for Android can't take snapshot of rtsp video

I have compiled a version of libvlcjni.so followed by this: http://wiki.videolan.org/AndroidCompile; it works really nice on my AVDs and cellphone with architechture armV5; but the problem for me is that: I can't find a way to take a snapshot of the playing rtsp with the mrl like "rtsp://*.*.*....

Go to advanced search