Sin descripción

Felix Paul Kühne ea7ee8775f VLCKit: iterate on linking the core libraries (fixes #61) hace 8 años
DynamicMobileVLCKit 83843a088b Add missing include in umbrella headers hace 9 años
DynamicTVVLCKit 83843a088b Add missing include in umbrella headers hace 9 años
Examples_OSX f5c108adee Examples for OS X: fix FlashVideoDownloader compilation hace 11 años
Examples_iOS 7da55aaec7 iOS Examples: remove useless readme file which was confusing cocoapods hace 9 años
Headers 9a25af9091 VLCMedia: fix macOS compilation hace 8 años
MobileVLCKit f8779f5db2 Rebase patches hace 8 años
MobileVLCKit-dynamic 33e6cc0676 add basic xcode setup to compile MVK as a dynamic framework hace 10 años
MobileVLCKit.xcodeproj c7837df1df TVVLCKit: fix bitcode deployment hace 9 años
Packaging 0a3f3ef08a VLCKit: re-write compilation process for Mac hace 9 años
Resources e8f58d141f Fix invalid CFBundleExecutable name hace 11 años
Sources 93d260e6e9 VLCMediaPlayer: send Ended event when libvlc_MediaPlayerEndReached hace 8 años
StaticLibVLC f8dfa922be Add a dynamic library target for tvOS hace 9 años
TVVLCKit 605f268961 TVVLCKit: distribute dialog provider hace 9 años
VLCKit.xcodeproj ea7ee8775f VLCKit: iterate on linking the core libraries (fixes #61) hace 8 años
doc 90f6be97bb Add documention created by doxygen hace 9 años
.gitignore 0a3f3ef08a VLCKit: re-write compilation process for Mac hace 9 años
.mailmap 7ad7b9e063 Add mailmap hace 9 años
CONTRIBUTING.md 5335668a8d Add contribution guide hace 9 años
COPYING fafb6def60 VLCKit: add proper licensing file hace 12 años
Makefile dc8d8b6ee0 Add packaging script for VLCKit and MobileVLCKit (close #9099) hace 11 años
MobileVLCKit-prod.podspec b1e5aa94ff Update MVK-prod podspec hace 9 años
MobileVLCKit-unstable.podspec 8542641e35 Update podspec hace 8 años
MobileVLCKit.podspec 7c80834973 Update podspecs and add all authors hace 9 años
MobileVLCKit_Prefix.pch f8dfa922be Add a dynamic library target for tvOS hace 9 años
NEWS c5b9e0c54b VLCMedia: add preliminary cookie API hace 8 años
README.md a9c39da60a Add README hace 9 años
TVVLCKit-unstable.podspec 5ac83b2ec8 Update podspecs hace 8 años
VLCKit-Info.plist e7cd092bd5 VLCKit: fixes compilation issues. hace 13 años
VLCKit.podspec 287a15d20c Add VLCKit podspec hace 9 años
VLC_Prefix.pch f7d1cb195a Precompile header: linking fix hace 9 años
buildMobileVLCKit.sh f8779f5db2 Rebase patches hace 8 años
buildVLCKit.sh ad74123a46 VLCKit: conditionalize bootstrap and fix libvlc configuration hace 9 años
documentation.html 09dc80cf40 Add symlink to make documentation accessible hace 9 años
doxygen.conf ceda117844 Add doxygen configuration hace 9 años
installPluginsVLCKit.sh ea7ee8775f VLCKit: iterate on linking the core libraries (fixes #61) hace 8 años

README.md

VLCKit

VLCKit is a generic library for any audio or video playback needs on OS X, iOS and tvOS. It also supports active streaming and media to file conversations on the Mac. It is open-source software licensed under LGPLv2.1 or later, available in source code and binary form from the VideoLAN website. You can also integrate MobileVLCKit easily via CocoaPods.

Use-case

When do you need VLCKit? Frankly always when you need to play media not supported by QuickTime / AVFoundation or if you require more flexibility. You want to play something else besides H264/AAC files or HLS streams? You need subtitles beyond QuickTime’s basic support for Closed Captions? Your media source is not your mobile device and not a basic HTTP server either, but perhaps a live stream hailing from some weird media server or even a raw DVB signal broadcasted on a local network? Then, VLCKit is for you.

But this is open-source software right? What does this mean for me and the end-user? And wasn’t MobileVLC removed from the App Store in 2011 for some crazy licensing reason?

First of all, open-source means for you, that you get access to the whole stack. There is no blackbox, all the sources are there at your fingertips. No reverse-engineering needed, no private APIs.

Then again, this must not be the case for your software. The LGPLv2.1 allows our software to be included in proprietary apps, as long as you follow the license. As a start, make sure to publish any potential changes you do to our software, make sure that the end-user is aware that VLCKit is embedded within your greater work and that s/he is aware of the gained rights. S/he is granted access to our code as well as to your additions to our work. For further details, please read the license and consult your lawyer with any questions you might have.

Contribute!

As VLCKit is an open-source project hosted by VideoLAN, we happily welcome all kinds of contributions to it. For detailed information on the development process, please read our wiki page on how to send patches.

Get in touch!

We happily provide guidance on VLCKit. The web forum is always there for you. If you prefer live interaction, reach out to us via our IRC channel on the freenode Network (irc.freenode.org, #videolan). Use the Freenode Web interface, if you don't have an IRC client at hand.

Further reading

You can find more documentation on the VideoLAN wiki.