On Mon, Nov 19, 2012 at 12:29:44AM +0100, Tim Hardeck wrote: > Hi Stefan, > > thanks for your input but how should it be implemented? > > I personally would like activating Websockets as a VNC option like: " > -vnc :0 -vnc :1,websockets" > I have already tested this locally and it does work but only for one > protocol since QEMU does only interpret the last vnc option. > So is allowing more than one VNC command line entry in combination with > having more than one VNC thread for the same display worth working on or > do you have something different in mind?
I'm not familiar enough with the VNC code to suggest how to best implement this. One thing to think about is that Websockets is a transport. Perhaps the VNC code itself shouldn't speak it, instead generic QEMU socket code should implement Websockets so that non-VNC components can also make use of it in the future. Stefan