node-rfb2 icon indicating copy to clipboard operation
node-rfb2 copied to clipboard

record/replay to/from file

Open krzysztofantczak opened this issue 10 years ago • 3 comments

Hi,

How can i use that functionality?

krzysztofantczak avatar Oct 31 '15 12:10 krzysztofantczak

Hi! Which format are you going to use? I had an example of "write each rfb packet prefixed with timestamp to file" somewhere but can't find it ( easy to recreate anyway )

also have a look at https://github.com/sidorares/rfbrecord

sidorares avatar Nov 01 '15 00:11 sidorares

Yeah, i was trying to use rfbrecord with https://github.com/pigshell/nhnick - which is a fork of phantomjs improved with vnc server. It didn't worked :( I'm not that familiar with RFB to tell why.. "rect" event was never received there.

krzysztofantczak avatar Nov 01 '15 14:11 krzysztofantczak

are you able to connect with any other vnc viewer?

Also, for screen recording of browser session I'd probably try using built-in screencast via remote debugger - https://chromedevtools.github.io/debugger-protocol-viewer/Page/#method-startScreencast

sidorares avatar Nov 01 '15 22:11 sidorares