Re: [twsocket] Problems with TWSocket and Skype

2012-02-07 Thread robertoschler
nentLogMessage_error('ERROR in client thread for socket(' + theSocketName +'). Details: ' + E.Message, Self.ClassName); // Continue raising the Exception. raise; end; end; // try end; // ---

Re: [twsocket] Problems with TWSocket and Skype

2012-02-07 Thread robertoschler
hod. Thanks, Robert --- On Mon, 2/6/12, Angus Robertson - Magenta Systems Ltd wrote: > From: Angus Robertson - Magenta Systems Ltd > Subject: Re: [twsocket] Problems with TWSocket and Skype > To: twsocket@elists.org > Date: Monday, February 6, 2012, 11:45 PM > > My applic

Re: [twsocket] Problems with TWSocket and Skype

2012-02-07 Thread robertoschler
Mon, 2/6/12, Arno Garrels wrote: > From: Arno Garrels > Subject: Re: [twsocket] Problems with TWSocket and Skype > To: "ICS support mailing" > Date: Monday, February 6, 2012, 11:38 PM > robertoschler wrote: > > My application acts as a middleman between an external

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
[twsocket] Problems with TWSocket and Skype 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

[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