Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Qt Vnc Server (6) and Nginx

Qt Vnc Server (6) and Nginx

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
1 Posts 1 Posters 183 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RayCharlesPanda
    wrote on 25 Nov 2024, 17:33 last edited by
    #1

    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

    1 Reply Last reply
    0

    1/1

    25 Nov 2024, 17:33

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved