Skip to content
Snippets Groups Projects
Steve Lhomme's avatar
Steve Lhomme authored
The module parameter has been removed in
vlc@fd345221

So we just keep the outputDeviceSet() variant that didn't have the module
parameter.

Use a newer image of vlc 4.0 that has this API change.
833d14aa

libvlcpp

Join the chat at https://discord.gg/3h3K3JF

libvlcpp is a header-only, C++ bindings for the libvlc crossplatform multimedia API. It is an official binding over the VideoLAN libvlc library and can be used on many platforms.

Documentation

Since libvlcpp is a close wrapper over libvlc, your documentation needs will be best served by either checking the libvlcpp source code, or the libvlc documentation.

Issues

libvlcpp tickets are located on our GitLab.

Contribution

Contribution are always welcome!

Feel free to open a merge request on our GitLab.

Examples

For usage examples, head over to the examples folder where you will find several code samples, such as helloworld and more.

Used by

libvlcpp is being used and tested extensively in various projects, such as the VideoLAN medialibrary, the previous VLC for UWP app and more.