Hi,
I've set up a custom tcp connection between my client and the server. I'm making a simple chat program. So far the users are able to talk to each other and send files. I'm adding a webcam chat and I've used AForge.Net for grabbing the frames from my webcam. But sending these captured frames from the client to the server is taking too long and uses up too much bandwidth. the server is receiving about 1 frame every 2~4 seconds.
I've tried using a Jpeg encoder and setting the quality to 30 but that doesn't improve anything
Do you guys know a good way of encoding a webcam stream for sending to a server?
Cheers Roman