Re: [twsocket] Problems with TWSocket and Skype

2012-02-06 Thread Angus Robertson - Magenta Systems Ltd
> My application acts as a middleman between an external WiFi webcam > device relaying audio from its microphone to Skype's input audio > port and relaying audio from Skype's output audio port to the > webcam device's speaker. I am using ICS on both sides now. > TWSocket works just fine with

Re: [twsocket] Problems with TWSocket and Skype

2012-02-06 Thread Arno Garrels
robertoschler wrote: > My application acts as a middleman between an external WiFi webcam > device relaying audio from its microphone to Skype's input audio port > and relaying audio from Skype's output audio port to the webcam > device's speaker. Include wsoNoReceiveLoop in TWSocket.ComponentOp

Re: [twsocket] Problems with TWSocket and Skype

2012-02-06 Thread François Piette
It is likely that your problem comes from the different programming paradigm between the two libraries. ICS is non-blocking (asynchronous) while the other is blocking. It is possible that you don't follow the rules for asynchronous programming and get problems... There are two very important rules:

[twsocket] Problems with TWSocket and Skype

2012-02-06 Thread robertoschler
Hello, A couple of years ago I tried using TWSocket with Skype to send audio back and forth between my Delphi 6 application and the Skype client. I never could get it to work until I switched to the Indy components. Since then I've used ICS in several applications they have always worked great

Re: [twsocket] udp server and network configuration changes

2012-02-06 Thread Emanuele Bizzarri
Hi Arno, I'll try it as soon as possible. Thank you, Bye - Messaggio originale - Da: "Arno Garrels" A: "ICS support mailing" Inviato: Lunedì, 6 febbraio 2012 9:05:52 Oggetto: Re: [twsocket] udp server and network configuration changes Emanuele Bizzarri wrote: > Hi Francois, > thank you

Re: [twsocket] udp server and network configuration changes

2012-02-06 Thread Arno Garrels
Emanuele Bizzarri wrote: > Hi Francois, > thank you for your response. > In the meanwhile, I also have found NotifyAddrChange function. > It is already wrapped inside JwaIpHlpApi by jedi project. > > For now I'm using network interface polling. Check out the IPv6 branch, SVN rev. #888, since ICS