[Interest] external QWebEngine content rendering ?
Alexander Carôt
alexander_carot at gmx.net
Tue Jan 16 15:52:45 CET 2024
Hello all,
probably some kind of uncommon question but I will give it a try:
I have an app that integrates a QWebEngine webbrowser.
It instantiates the browser calls within main at the beginning which launches the browser and then instantiates another class which works as an audio/video transmission core engine.
The core engine uses the webbrowser as its graphical interface using a websocket on localhost as its technical interface.
The core engine generates video which so far has been displayed via a conventional Qt GUI video window – and this is what I'd like to change:
Instead of the Qt app window I want to have the video data being displayed within the browser, however, I'd like to avoid transfering this massive amount of data via the websocket interface.
Therefore, I wonder if (maybe) there is a way to externally render the browser's content directly from the core engine class' generated video data.
Any (also alternative) hint appreciated,
best
Alex
--
http://www.carot.de
Email : Alexander at Carot.de
Tel.: +49 (0)177 5719797
More information about the Interest
mailing list