This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
[libvlc 2.2.x] .audio, .video and .input not working through QWebChannel #64
Labels
Comments
Yep, this is specific to QWebChannel; all those props work OK in QML. It's possible that the objects that were originally on these properties were replaced, and this was not reflected in the QWebChannel |
Actually, there are warnings like:
|
Yes, it's the reason. But the problem is libvlc don't notify about change of most of this values, so I can't notify WebChannel about changes. It require some workaround. |
Can't you somehow trigger a signal to change the entire |
Yes, it's one of possible solutions |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tried with a few videos; mp4, mkv;
OS X, libvlc 2.2.x, this is what happens:
This is consistent.
Will try in pure QML to see if this is QWebChannel specific or not
The text was updated successfully, but these errors were encountered: