Difference between revisions of "LibVLC"
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
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 other languages and frameworks: | ||
* [[Mac OS X Framework|Objective-C for iOS and Mac OS]] | * [[Mac OS X Framework|Objective-C for iOS and Mac OS]] | ||
− | * C++ | + | * C++, using the C library |
* [[PythonBinding|Python]] | * [[PythonBinding|Python]] | ||
* Phonon (Qt4/KDE) in C++ | * Phonon (Qt4/KDE) in C++ | ||
Line 47: | Line 47: | ||
* [http://projects.tano.si/vlc-qt Qt bindings - VLC-Qt] | * [http://projects.tano.si/vlc-qt Qt bindings - VLC-Qt] | ||
* [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++ | * [[wxVLCBackend|wxWidgets MediaCtrl backend]] also in C++ | ||
− | |||
* [https://github.com/caprica/vlcj VLCj Java binding] | * [https://github.com/caprica/vlcj VLCj Java binding] | ||
* [http://sourceforge.net/projects/paslibvlc/ Pascal/Delphi] | * [http://sourceforge.net/projects/paslibvlc/ Pascal/Delphi] |
Revision as of 11:31, 7 November 2013
You can embed libVLC (VLC SDK) media framework into your application to get multimedias capabilities.
libVLC is already used by several applications, see who uses libVLC?
Contents
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:
- LibVLC Memory Management explained: covers the basics on the _new(), _retain(), _release().
- LibVLC Media List Management explained: covers the basics on settubg up a playlist.
- Generate a .lib for using libVLC on Windows (before libVLC 2.1.0)
Examples
Playback
- Current version (1.1.x and later)
- Gtk Player: doc/libvlc/gtk_player.c
- Qt Player: doc/libvlc/QtPlayer
- WxWidgets Player: doc/libvlc/wx_player.cpp
Rendering and streaming
- Use LibVLC in an SDL application
- Stream into a memory zone
- Generate thumbnails using LibVLC: doc/libvlc/vlc-thumb.c
- Quick DVD ripper: doc/libvlc/libvlc_DVD_ripper.c
Outdated samples
- Versions 0.9.x and 1.0.x
- Version 0.8.6
- Visual C++ (uses "old" legacy API)
- VCL component for Delphi (out-of-date)
Language & platforms bindings
LibVLC is a C library. It has bindings to the following other languages and frameworks:
- Objective-C for iOS and Mac OS
- C++, using the C library
- Python
- Phonon (Qt4/KDE) in C++
- GO
- Using libvlc with Delphi
- Qt bindings - VLC-Qt
- wxWidgets MediaCtrl backend also in C++
- VLCj Java binding
- Pascal/Delphi
- .Net / CIL
- ActiveX with the built-in VLC browser plugin for MSIE