Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Executed as a standalone qml file by qmlscene.exe failed #69

Description

@zsun14

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'

Any suggestion ? Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions