webrtc client webview integration on mainwindow desck qt app
-
I need to build an app on linux, c++, qt.5.8 that integrate on mainwindows a webrtc video view. My app send only documents or draw (firstly converted in png format) over webrtc chat. So I need send my draw on video flow.
can anyone suggest me the best approach for integrate webrtc on a flat frame on my mainwindows, and the best approach to send some image on webrtc instead send my webcam flow?
regards
giorgio -
Hi
What is webcrt ?
This
https://webrtc.org/ ? -
Hi,
From the looks of it, QtWebEngine knows how to do that.
-
@mrjj exactly .... I've make a mistake during my digit?...... or yours was an ironic observation? ... I'm sorry but I'm not a guru so that sometimes or better I often ask low-level questions. anyway :)) (... I can understand in my field it often happens .... my main activity is not to do code ...)
-
Hi ,
I just asked to be sure we talked about same webrtc :)
Nothing ironic or anything wrong with your question at all :)
And we do not mind low-level question here or beginners or anyone
with a desire to create something with Qt. -
@mrjj said in webrtc client webview integration on mainwindow desck qt app:
And we do not mind low-level question here or beginners or anyone
with a desire to create something with Qt.do not worry I said it just for conversation. I did not want to be rude. In any case you write webcrt ... so that I played on it starting from the assumption that I had written badly. :))
thanks for all.
-
so on qt 5.8, demobrowser (real good point for start vith webrtc) have some problem with integrate the javascript request from stream camera data ( webEngine bug )... precisely, about device name .... but upgrade to qt 5.10.0 ... these problem disappear ....
SO I develop my app based on "demobrowser" on qtcreator 4.5 and qt5.10.
regards
giorgio