I am doing some work with thin clients, so I wanted to figure out if there is a way I can replicate what I saw in a kvm demo video (Live migration while the client was playing an HD video). I believe they are using a version of the RDP protocol.

I would like to implement an open source alternative, and I figure that starts with Xorg as the protocol itself isn’t optimal for video apps over the network. So like anyone else, I went and did a git clone of the repo.

The question I have now is: is the best way to learn about how it works to just read the source over and over? The xorg wiki is devoid of most details, and the branch I was looking at (dmx-2) is pretty sparse when it comes to comments. Suggestions?

Related posts:

  1. Xorg / X11 programming update So I have been looking into Xorg development. I posted...
  2. Creating a virtual machine using ubuntu-kvm-builder I was playing with ubuntu-kvm-builder, and used apt-cacher for the...