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
Finally succeeded with building and running qml-player with the CmakeList.txt on Qt. I think the problem was with my compiler and setting up CMaker.
Now I have one more problem that is latency in the streaming.
In the simple-player the latency was reduced by setting the option media->setOption(":network-caching=200")
I am wondering how to set this in the qml. I have tried various options in the video.qml (ex:VlcMedia->setOption(":network-caching=300"); , VlcMedia::setOption(":network-caching=300");) but it dosent work.
I have successfully built and run simple-player.
I would like to run the qml-player. As there is no .pro file to execute in (https://github.com/vlc-qt/examples/tree/master/qml-player) I created my own project and copied main.cpp to the sources of my project and video.qml of (https://github.com/vlc-qt/examples/tree/master/qml-player/src/qml) to main.qml of my project.
project name
video
This is how my
video.pro looks:
main.cpp
main.qml
the proble is with the import VLCQt 1.0 it says qml module not found
When i build i get this three errors:
Can anyone help what am I missing.
Thanks in advance.
The text was updated successfully, but these errors were encountered: