Search found 9 matches

Go to advanced search

by ddavies
26 Jul 2014 21:48
Forum: VLC for iOS, iPadOS and Apple TV
Topic: OpenCV
Replies: 0
Views: 281

OpenCV

In an earlier post, I mentioned I am new at Objective-C, iOS programming and of course VLC. Now, I am adding Open CV. (should I have my sanity checked ?) Has anyone tied VLC to OpenCV. The only information I have is from the book "Instant OpenCV for iOS" this book only uses the camera as i...
by ddavies
26 Jul 2014 21:37
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Video Location
Replies: 6
Views: 885

Re: Video Location

We added supported for that in the latest libvlc / VLCKit version, so this is automatically performed by the underlying video output module, if you want to control OSD menus, etc. Alternatively, just add a gesture recognizer to the video output wrapper view.. I was never able to find this. My solut...
by ddavies
11 Jul 2014 09:15
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can't compile VLCKit for iOS (speexdsp?)
Replies: 15
Views: 2618

Re: Can't compile VLCKit for iOS (speexdsp?)

i did a new pull a little while ago and the build was successful.
by ddavies
06 Jul 2014 00:59
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Video Location
Replies: 6
Views: 885

Re: Video Location

Hey, If you want to set up MobileVLCKit in your project, you can use Cocoapods, just add to your Podfile: pod 'MobileVLCKit', '~>2.2.0' To install Cocoapods sudo gem install cocoapods Another way is to use precompiled library (http://download.videolan.org/pub/videolan/vlc-iOS/2.3.0/MobileVLCKit-2.2...
by ddavies
06 Jul 2014 00:52
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Video Location
Replies: 6
Views: 885

Re: Video Location

We added supported for that in the latest libvlc / VLCKit version, so this is automatically performed by the underlying video output module, if you want to control OSD menus, etc. Alternatively, just add a gesture recognizer to the video output wrapper view.. I was not able to compile the most rece...
by ddavies
04 Jul 2014 06:14
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can't compile VLCKit for iOS (speexdsp?)
Replies: 15
Views: 2618

Re: Can't compile VLCKit for iOS (speexdsp?)

i tried it again with the -s option and got some different errors. /Projects/VLCKit/MobileVLCKit/ImportedSources/vlc/modules/audio_output/auhal.c:38:9: fatal error: 'CoreAudio/CoreAudio.h' file not found #import <CoreAudio/CoreAudio.h> // AudioDeviceID ^ 1 error generated. make[4]: *** [audio_output...
by ddavies
04 Jul 2014 05:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can't compile VLCKit for iOS (speexdsp?)
Replies: 15
Views: 2618

Re: Can't compile VLCKit for iOS (speexdsp?)

I cloned the project a few minutes ago and it failed to build. I didn't see anything about speexdsp errors. Here is the final portion of the log. In file included from /Projects/VLCKit/MobileVLCKit/ImportedSources/vlc/modules/access/live555.cpp:38: In file included from ../config.h:788: In file incl...
by ddavies
04 Jul 2014 04:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Video Location
Replies: 6
Views: 885

Re: Video Location

That is great. I thought I should give some more background for others who are new at this. I had found the page https://wiki.videolan.org/iOSCompile. I had two copies of the git clone. The one I did the compile for the device. This worked fine as long as I did not try in the xcode project to build ...
by ddavies
23 Jun 2014 04:26
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Video Location
Replies: 6
Views: 885

Video Location

First I want to say thanks for such a great application. I am interested in using the media player in one of my applications. One of the things I need to do is get the location (x,y) of where the user taps in a video. I am able to reassign the gestures and use the tap for my purpose but I get the lo...

Go to advanced search