[twsocket] Video transmission

2005-05-13 Thread Magno Lima
Hi All, I would like to thank you all who are helping here. I am using the very excelent Mitov components (www.mitov.com) to process the video. Even I can send the bytes, I cannot reprocess the video. Here 2 simple functions that works with this: Sending the video to client: procedure TForm1.

Re: [twsocket] TWSocketServer

2005-05-12 Thread Magno Lima
Hi Wilfried, Yes, thank you! What I mean was exactly that: Srv.Clients[i].SendStr('Hello again'#13#10); By use Clients[n] I was able to send back :) ... Now, I have a lot of data to send from a side to other, I remade my program to work with TCP instead UDP to see if it works. I am trying to trans

[twsocket] TWSocketServer

2005-05-12 Thread Magno Lima
Hi all, this is a very simple question... I am using a TWSocketServer component, and the example that comes with ICS shows only how to receive data, I am trying to send a simple string to the client side without success! The method to send something only works in the body of the declared event

Re: [twsocket] Sending video data via UDP

2005-05-09 Thread Magno Lima
Hi! I removed the old ICS and with the new one its all working now. But I am trying to send some data and something is not working here :( I made a little procedure like: procedure SendUDP(Socket:TWSocket;Dest:string;Data:Pointer;DataSize:integer); var DestAddr : TSockAddr; begin Fi

[twsocket] Sending video data via UDP

2005-05-06 Thread Magno Lima
Hi List! I will repost a email I sent to Francois, of course it is for everybody: I am trying to send video from a point to another, using UDP. Francois told me about the UdpSend/UdpLstn demo, and I conclude with: The UdpSend/Lstn demo generates an error here (ListenBackLog Property does not exi