Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
{{Lowercase}}One can embed [[libVLC]] (VLC SDK) media framework into an application to get multimedias capabilities.
+
{{Lowercase}}
 +
The [[libVLC]] (VLC SDK) media framework can be embedded into an application to get multimedia capabilities.
  
One should be able to have the same level of features than {{VLC}} since VLC is based on [[libVLC]].
+
Since VLC is based on [[libVLC]], one should be able to have the same features that {{VLC}} has.
  
libVLC is already used by several applications, see [[LibVLC_Users|who uses libVLC?]]
+
The libVLC media framework is already used by several applications; see [[LibVLC_Users|who uses libVLC?]]
  
 
== Documentation ==
 
== Documentation ==
  
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 the 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:
Line 41: Line 42:
 
* [[IceVLCPlayer|VCL component for Delphi]] (out-of-date)
 
* [[IceVLCPlayer|VCL component for Delphi]] (out-of-date)
  
== Language & platforms bindings ==
+
== Language & platform bindings ==
LibVLC is a C library. It has bindings to the following other languages and frameworks:
+
LibVLC is a C library. It has bindings to the following languages and frameworks:
 
* C++, using the C library
 
* C++, using the C library
 
* The [[Web plugin]] for ActiveX (e.g. MSIE) and NPAPI (e.g. Firefox)
 
* The [[Web plugin]] for ActiveX (e.g. MSIE) and NPAPI (e.g. Firefox)

Revision as of 16:16, 10 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

Language & platform bindings

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