EGLFS application with concurrent Qt Quick WebGL?
-
Hi,
I'm reading up on Qt Quick WebGL which seems like quite an interesting proposition.
From what I'm reading, in the current versions of Qt it can be utilised by running the application with the -platform flag:
./application-name -platform webgl:port=80
Suppose I have a Qt Quick application running on a device (via EGLFS), and I'd like to also output the QML to the web, is it possible to run both -platform eglfs and -platform webgl at the same time? I understand that WebGL issues browser input to the Qt application on the host, which in this scenario may/may not be desired, but I wanted to check in the first instance whether this QML/GUI streaming approach is supported at present.
Thanks!
-
Hi,
AFAIR, it's currently not supported to output on several QPA backends in parallel.