RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
139 stars 56 forks source link

Compiling on Windows environment #82

Closed johnlu0907 closed 4 years ago

johnlu0907 commented 4 years ago

I was built qmlvlc plugin on ubuntu environment by installing vlc-plugins. But I have not done on windows environment. Please help me.

RSATom commented 4 years ago

One possible solution - Install VLC and add it to PATH environment variable

johnlu0907 commented 4 years ago

I'm developing media player based libvlc and your wrapper module in Qt/Qml for windows. Without installation of vlc, do you have no another way?

RSATom commented 4 years ago

Just place .dlls from VLC near your executable

johnlu0907 commented 4 years ago

thanks

RSATom commented 4 years ago

Looks like problem was solved