Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Lowercase}}One can embed [[libVLC]] (VLC SDK) media framework into your application to get multimedias capabilities.
+
{{Lowercase}}One can embed [[libVLC]] (VLC SDK) media framework into an application to get multimedias capabilities.
  
 
One should be able to have the same level of features than {{VLC}} since VLC is based on [[libVLC]].
 
One should be able to have the same level of features than {{VLC}} since VLC is based on [[libVLC]].
Line 9: Line 9:
 
Please refer to the [http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html Doxygen documentation],
 
Please refer to the [http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html Doxygen documentation],
 
which is the reference documentation.
 
which is the reference documentation.
''Make sure that the documentation matches your LibVLC version'' (if not, you can build it from the source code).
+
''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:
 
Some further topics are covered here:

Revision as of 11:39, 7 November 2013

One can embed libVLC (VLC SDK) media framework into an application to get multimedias capabilities.

One should be able to have the same level of features than VLC media player since VLC is based on libVLC.

libVLC 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

Outdated samples

Language & platforms bindings

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