Pages
Archives
Me
Places
Meta
Monthly Archives: February 2010
SDL VNC Server module (v2)
Time for a version two! There’s a new version of the patch to SDL 1.2.14. You need a clean source tree with this, so remove v1 of the patch before applying this one. Changes: Mouse cursors now work correctly. You … Continue reading
Posted in Coding
Comments Off
SDL VNC Server module
I keep writing things related to VNC, and coding in C. It’s seriously starting to worry me. I’ve spent the last couple of days writing a new SDL video output module, which acts as a VNC server using libvncserver. Here … Continue reading
Posted in Coding
Comments Off
VNC Splitter
More VNC clients! This time, this one will split up a single VNC server input into smaller pieces to form a 3×3 grid of smaller VNC server images. It’ll automatically resize it to 640×480. That stuff is configurable in the … Continue reading
Posted in Coding
Comments Off
A pipe-based VNC viewer
I’ve written a simple pipe-based VNC viewer, that is, it outputs a 32 bits-per-pixel RAW ARGB image stream to `stdout` every tenth of a second. The effect is you can chain this with ffmpeg to create a multicast UDP video … Continue reading
Posted in Coding
Comments Off