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 : alexan...@carot.de
Tel.: +49 (0)177 5719797

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to