Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 44: Line 44:
 
=== Android ===
 
=== Android ===
 
* [https://bitbucket.org/edwardcw/libvlc-android-sample LibVLC on Android sample]
 
* [https://bitbucket.org/edwardcw/libvlc-android-sample LibVLC on Android sample]
 +
 +
=== VLCKit Cocoa ===
 +
* [http://git.videolan.org/?p=vlc-bindings/VLCKit.git;a=tree;f=Examples;hb=HEAD examples of VLCKit usage].
  
 
== Language & platform bindings ==
 
== Language & platform bindings ==

Revision as of 11:32, 18 November 2013

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

Outdated samples

Android

VLCKit Cocoa

Language & platform bindings

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