Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 31: Line 31:
 
* [http://git.videolan.org/?p=vlc.git;a=tree;f=doc/libvlc;hb=HEAD Sample code from VLC source code in vlc/doc/libvlc]
 
* [http://git.videolan.org/?p=vlc.git;a=tree;f=doc/libvlc;hb=HEAD Sample code from VLC source code in vlc/doc/libvlc]
  
=== Rendering ===
+
=== Rendering and streaming ===
 
* [[LibVLC_SampleCode_SDL|Use LibVLC in an SDL application]]
 
* [[LibVLC_SampleCode_SDL|Use LibVLC in an SDL application]]
* [[LibVLC_SampleCode_Thumbnailer|Generate thumbnails using LibVLC]] (out-of-date)
+
* Generate thumbnails using LibVLC: {{VLCSourceFile|name=doc/libvlc/vlc-thumb.c}}
* [[LibVLC_SampleCode_Qt|Use LibVLC in an Qt application]] (out-of-date)
 
 
* [[Stream_to_memory_(smem)_tutorial| Stream into a memory zone]]
 
* [[Stream_to_memory_(smem)_tutorial| Stream into a memory zone]]
 +
* Quick DVD ripper {{VLCSourceFile|name=doc/libvlc/libvlc_DVD_ripper.c}}
  
 
=== Outdated ===
 
=== Outdated ===

Revision as of 11:26, 7 November 2013

You can embed libVLC into your application to gain audio/video playing features.

LibVLC is already used by several applications, see who uses LibVLC?

Documentation

General documentation

Please refer to the Doxygen 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).

Some further topics are covered here:

Third-party documentation

Examples

Playback

Rendering and streaming

Outdated

Language & platforms bindings

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