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.
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
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
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
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