Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 35: Line 35:
 
* [http://git.videolan.org/?p=libvlc-demos.git;a=tree;f=vlcinfo;hb=HEAD MediaInfo clone]
 
* [http://git.videolan.org/?p=libvlc-demos.git;a=tree;f=vlcinfo;hb=HEAD MediaInfo clone]
 
* [http://git.videolan.org/?p=libvlc-demos.git;a=tree;f=webcam;hb=HEAD Webcam / Cheese clone]
 
* [http://git.videolan.org/?p=libvlc-demos.git;a=tree;f=webcam;hb=HEAD Webcam / Cheese clone]
 
=== Outdated samples ===
 
* [[LibVLC_Tutorial_0.9|Versions 0.9.x and 1.0.x]]
 
* [[LibVLC_Tutorial_086c|Version 0.8.6]]
 
* [[LibVLC_Visual_C|Visual C++]] '' (uses "old" legacy API) ''
 
* [[IceVLCPlayer|VCL component for Delphi]] (out-of-date)
 
  
 
=== libVLC on Android ===
 
=== libVLC on Android ===
Line 52: Line 46:
 
==== iOS ====
 
==== iOS ====
 
* [http://git.videolan.org/?p=vlc-bindings/VLCKit.git;a=tree;f=Examples_iOS/SimplePlayback;hb=HEAD Simple player for iOS].
 
* [http://git.videolan.org/?p=vlc-bindings/VLCKit.git;a=tree;f=Examples_iOS/SimplePlayback;hb=HEAD Simple player for iOS].
 +
 +
=== Outdated samples ===
 +
* [[LibVLC_Tutorial_0.9|Versions 0.9.x and 1.0.x]]
 +
* [[LibVLC_Tutorial_086c|Version 0.8.6]]
 +
* [[LibVLC_Visual_C|Visual C++]] '' (uses "old" legacy API) ''
 +
* [[IceVLCPlayer|VCL component for Delphi]] (out-of-date)
  
 
== Language & platform bindings ==
 
== Language & platform bindings ==

Revision as of 14:47, 19 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

libVLC on Android

VLCKit for Cocoa (iOS/MacOS)

iOS

Outdated samples

Language & platform bindings

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