Hi eveyone, I am working on a project that requires streaming video from a webcam over LAN and displaying the live video on the remote computer. Basically, I am creating a specialized video chat client. I can get really nice video locally using VideoCapture and Pygame, however have only been able to send pixel data and recreate a single image at the other end. Does anyone know of a good video streaming module or any other way of doing this in Python?
Thanks for any help!
-- http://mail.python.org/mailman/listinfo/python-list