Search found 4 matches

Go to advanced search

by DesertNomad
14 Jul 2013 02:10
Forum: Development around libVLC
Topic: Mac OS X Framework or Lib
Replies: 1
Views: 350

Mac OS X Framework or Lib

I am trying to use the framework or library in an OS X app. All I need is to be able to grab a frame (NSImage) from a given point in a video file. I tried: git clone git://git.videolan.org/vlc/vlc-2.0.git cd vlc-2.0/projects/macosx/framework/ xcodebuild -target "Build Everything" -configur...
by DesertNomad
23 Jan 2010 19:06
Forum: Development around libVLC
Topic: VLCKit Errors
Replies: 1
Views: 425

VLCKit Errors

I downloaded with git by doing: git clone git://git.videolan.org/vlc.git Then in the projects/macosx/framework, I opened the XCode project and built all using the Release configuration. 4 errors were generated: installing autocode/ (compile, install-sh, missing) and revision.txt was missing The VLCK...
by DesertNomad
14 Jan 2010 19:15
Forum: VLC media player for macOS Troubleshooting
Topic: License and VLCKit (Source)
Replies: 5
Views: 1030

Re: License and VLCKit (Source)

I kinda figured this and think I have a solution. Can I crate a VLC framework/library/plug-in for my main app and offer both object and source for the framework, but not the main app? The app would be distributed without the VLC component (and would work fine using QuickTime-based code). Users could...
by DesertNomad
14 Jan 2010 03:29
Forum: VLC media player for macOS Troubleshooting
Topic: License and VLCKit (Source)
Replies: 5
Views: 1030

License and VLCKit (Source)

I'd like to use VLCKit in a Mac Cocoa app so that I can read data from video files (codec, resolution, length etc). As this framework would be linked to my main app, I am a bit unsure of the license requirements. I have no issue making the VLCKit source available on our server... after all, I will h...

Go to advanced search