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