Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
(Adding pointers on how to get LibVlc source code and compile it.)
Line 17: Line 17:
 
* [[LibVLC_Media_List_Management| LibVLC Media List Management]] explained: covers the basics on setting up a playlist.
 
* [[LibVLC_Media_List_Management| LibVLC Media List Management]] explained: covers the basics on setting up a playlist.
 
* [[GenerateLibFromDll|Generate a .lib for using libVLC on Windows]] (before libVLC 2.1.0)
 
* [[GenerateLibFromDll|Generate a .lib for using libVLC on Windows]] (before libVLC 2.1.0)
 +
 +
== Compiling ==
 +
To build LibVLC you need [[GetTheSource|VLC source code]] and follow [[Compile_VLC|VLC compilation instructions]] since LibVLC it is directly shipped in VLC source code.<br />
 +
You will find headers in vlc-src/include/vlc and .so binaries in the ''hidden'' folder vlc-src/bin/.lib.
  
 
== Examples ==
 
== Examples ==

Revision as of 21:47, 7 February 2015

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:

Compiling

To build LibVLC you need VLC source code and follow VLC compilation instructions since LibVLC it is directly shipped in VLC source code.
You will find headers in vlc-src/include/vlc and .so binaries in the hidden folder vlc-src/bin/.lib.

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: