Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Fixed spelling of "setting" (someone had their fingers on the wrong keys!))
Line 61: Line 61:
 
* C++, using the C library
 
* C++, using the C library
 
* The [[Web plugin]] for ActiveX (e.g. MSIE) and NPAPI (e.g. Firefox)
 
* The [[Web plugin]] for ActiveX (e.g. MSIE) and NPAPI (e.g. Firefox)
 +
* [http://code.google.com/p/fbvlc/ FBVLC browser plugin]
 
* [[Mac OS X Framework|Objective-C for iOS and Mac OS]]
 
* [[Mac OS X Framework|Objective-C for iOS and Mac OS]]
 
* [[PythonBinding|Python]]
 
* [[PythonBinding|Python]]
Line 67: Line 68:
 
* [http://git.videolan.org/?p=vlc-ports/android.git;a=shortlog libVLC android Java]
 
* [http://git.videolan.org/?p=vlc-ports/android.git;a=shortlog libVLC android Java]
 
* [http://github.com/jteeuwen/go-vlc GO]
 
* [http://github.com/jteeuwen/go-vlc GO]
 +
* [https://github.com/RSATom/QmlVlc Qt 5 QML binding]
 
* [http://projects.tano.si/vlc-qt Qt bindings - VLC-Qt]
 
* [http://projects.tano.si/vlc-qt Qt bindings - VLC-Qt]
 
* [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++
 
* [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++

Revision as of 04:56, 7 August 2014

The libVLC (VLC SDK) media framework can be embedded into an application to get multimedia capabilities.

Since VLC is based on libVLC, one should be able to have the same features that VLC media player has.

The libVLC media framework is already used by several applications; see who uses libVLC?

Documentation

Please refer to the Doxygen documentation, which is the reference documentation.

Make sure that the documentation matches the LibVLC version. (if not, you can build it from the source code)

Some further topics are covered here:

Examples

Playback

Rendering and streaming

More complex examples

libVLC on Android

VLCKit for Cocoa (iOS/MacOS)

You can find details on features and implementation on a designated page.

Mac OS X

iOS

Outdated samples

Language & platform bindings

LibVLC is a C library. It has bindings to the following languages and frameworks: