Page 1 of 1

Qt and libVLC. Simple way to implemet. How?

Posted: 02 Apr 2020 22:02
by bogong
Hello all!
I am seeking any valid manuals for using libVLC in Qt project for QML application. All that I found is VERY outdated:
-- https://github.com/RSATom/QmlVlc
-- https://github.com/vlc-qt/vlc-qt

I've been contacting to both of authors and they told me that last 4-5 years no any attention to this projects.
I am seeking solution that will allow me to use this library in cross-platform application for iOS/Android.

Is there any fresh information?

Re: Qt and libVLC. Simple way to implemet. How?

Posted: 03 Apr 2020 17:45
by mfkl
Not Qt but with .NET you could try libvlcsharp.

Re: Qt and libVLC. Simple way to implemet. How?

Posted: 17 Apr 2020 14:40
by chubinou
Hi, we have a sample using libvlc (4.x) and qt

https://code.videolan.org/videolan/vlc/-/tree/master/doc%2Flibvlc%2FQtPlayer

But if your goal is mobile you should rather use libvlc for ios and android

https://code.videolan.org/videolan/vlc-android
https://code.videolan.org/videolan/VLCKit