InstantWebP2P/peer-vnc

Record VNC session as video on Server

faisal-ameer opened this issue · 1 comments

Hi,

I want to record VNC session on server, where the peervnc proxy to the VNC server and start listening to websocket port, in novnc.js I have seen you are getting data ts.on('data', function(data) here, but I dont know how to deal with data here to extract images from it.

Any help in this concern would really be appreciated.

Regards!
Faisal

@faisal-ameer peer-vnc just proxy vnc tcp client over websocket, that has no vnc frame concept. so, to capture picture of vnc session, you can do in browser side by get image of canvas. or, you can use node-rfb2 to save vnc session in server side.