Нема описа

Felix Paul Kühne 14718f27cf MVK: rebase libvlc пре 9 година
DynamicMobileVLCKit 8635a87dbe Added VLCAudio support back for iOS пре 9 година
Examples_OSX f5c108adee Examples for OS X: fix FlashVideoDownloader compilation пре 11 година
Examples_iOS 68d295c4a3 iOS Examples: add sample code demonstrating multi-threaded OpenGL rendering based on Apple Sample Code пре 9 година
Headers b14680304b media player: deprecate FramesPerSecond пре 9 година
MobileVLCKit 14718f27cf MVK: rebase libvlc пре 9 година
MobileVLCKit-dynamic 33e6cc0676 add basic xcode setup to compile MVK as a dynamic framework пре 10 година
MobileVLCKit.xcodeproj 66b38a80d5 add VLCAudio to tvOS target пре 9 година
Packaging f59463bc52 Fix typo spotted by Gleb пре 11 година
Resources e8f58d141f Fix invalid CFBundleExecutable name пре 11 година
Sources b14680304b media player: deprecate FramesPerSecond пре 9 година
StaticLibVLC 33e6cc0676 add basic xcode setup to compile MVK as a dynamic framework пре 10 година
TVVLCKit da580de6ad Add TVVLCKit пре 9 година
VLCKit.xcodeproj d87cd90ae5 VLCKit: drop support for i386 пре 9 година
.gitignore da580de6ad Add TVVLCKit пре 9 година
COPYING fafb6def60 VLCKit: add proper licensing file пре 12 година
Configure.sh 34b8aa1dc8 Configure: remove legacy configure flags пре 9 година
Makefile dc8d8b6ee0 Add packaging script for VLCKit and MobileVLCKit (close #9099) пре 11 година
MobileVLCKit.podspec 430aecc2a6 MVK: fix podspec (closes #15732) пре 9 година
MobileVLCKit_Prefix.pch c2f8eb6dc8 Introduce the VKLog makro so we don't spam release builds with debug messages пре 12 година
NEWS b14680304b media player: deprecate FramesPerSecond пре 9 година
Pre-Compile.sh 39bbeab241 Fix archiving VLCKit пре 9 година
README.md a9c39da60a Add README пре 9 година
VLCKit-Info.plist e7cd092bd5 VLCKit: fixes compilation issues. пре 14 година
VLC_Prefix.pch 10b5319ca7 VLCKit: fix compilation with Xcode 5 пре 10 година
buildMobileVLCKit.sh 14718f27cf MVK: rebase libvlc пре 9 година

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.