You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
I try to use the qmlvlc plugin in standalone qml or pyqt project, but failed.
Environment: win10 + qt5.6 + mingw4.9-32
Build step:
cd QmlVlc
qmake , make , make install
The QmlVlcPlugin.dll and qmldir are installed at "C:\Qt\Qt5.6.2\5.6\mingw49_32\qml\RSATom\QmlVlc"
Use the basic_2.qml in QmlVlcDemo, modify import QmlVlc 0.1
to import RSATom.QmlVlc 0.1
Run
'qmlscene.exe basic_2.qml'
We got the following output:
file:///F:/workspace/QmlVlcDemo/skin/basic_2.qml:29 plugin cannot be loaded for module "RSATom.QmlVlc": Cannot install element 'VlcMediaListPlayer' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcPlayer' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcVideoSurface' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcMediaDesc' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcDeinterlace' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcLogo' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcMarquee' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcPlaylist' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcSubtitle' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcAudio' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcVideo' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcInput' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'QmlVlcVideoSource' into unregistered namespace 'QmlVlc'
I try to use the qmlvlc plugin in standalone qml or pyqt project, but failed.
Environment: win10 + qt5.6 + mingw4.9-32
Build step:
cd QmlVlc
qmake , make , make install
The QmlVlcPlugin.dll and qmldir are installed at "C:\Qt\Qt5.6.2\5.6\mingw49_32\qml\RSATom\QmlVlc"
Use the basic_2.qml in QmlVlcDemo, modify
import QmlVlc 0.1to
import RSATom.QmlVlc 0.1Run
'qmlscene.exe basic_2.qml'
We got the following output:
file:///F:/workspace/QmlVlcDemo/skin/basic_2.qml:29 plugin cannot be loaded for module "RSATom.QmlVlc": Cannot install element 'VlcMediaListPlayer' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcPlayer' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcVideoSurface' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcMediaDesc' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcDeinterlace' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcLogo' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcMarquee' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcPlaylist' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcSubtitle' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcAudio' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcVideo' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'VlcInput' into unregistered namespace 'QmlVlc'
:-1 Cannot install element 'QmlVlcVideoSource' into unregistered namespace 'QmlVlc'
Any suggestion ? Thanks