How send/receive frames of a live webcam? [ SOLVED ]
问题 I'm trying implement a example of Client > Server where the Client must be able to send frames of a live webcam. In my tests the Client is sending fine, but on Server side i'm not receiving any frame, only the total of bytes sent and the lines after of: if Stream.Size = stSize then never are executed. Someone know why this is happening? probably because is a big flux of data being received? This is my code: Server: unit Server; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils,