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
like the example(qml-player), url use local file:
VlcVideoPlayer {
id: vidwidget
anchors.fill: parent
url: "file:///C:/Export/114225.mp4"
}
but play error, message is "No such file or directory", how to solve this problem??