I am trying to put together an application that involves streaming live video from a server to a client. Once the server receives and establishes a connection, it just needs to pipe the video data from (initially just from a webcam but ultimately from a frame grabber) down to the client. On the client side, I have some image processing subroutines ...