Qt Vnc Server (6) and Nginx
Unsolved
3rd Party Software
-
Does anyone have a good example of getting QtVncServer (via VncItem) to work with Nginx -> NoVnc client? Conceptually, I think we should be able to take the the incoming connection (in QVncClient::initializeConnection) and "promote" the QTcpSocket to a QWebSocket via QWebSocketServer::handleConnection()... Once the handshake is complete we should be able to start the "flow" per the RFB 003.008 standard. Currently I have it working with other clients that do not require the use of websockets but would like to incorporate this concept to support web based vnc clients. *Note: using wayland / no x11