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 exist), but I can read all the source. There you use a buffer as string. I am getting data from a video capture and I will transmit it by UDP (video broadcast), I receive a video_buffer that has about 20Kb of size (per second), so I need send that.

The question is, I suppose to use TWSocket.Send(buf,size) ok? Will the udp stack take control over the 20Kb I am trying to send? How do I control that

Other question is, there is the SendTo(Addr,buf,size) method, maybe I should use that, but is there any easy function to convert the normal dotted IP address (127.0.0.1, ie) to the 'sockaddr_in' type?


Sorry if my doubts are very basic, but I am learning about your component and I ever sent video via internet :)

That's it... :)

So? :))

Magno


-- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Reply via email to