7 messages in com.googlegroups.google-talk-openRe: call example win32 multi threadin...
FromSent OnAttachments
david feurle18 Jan 2006 06:39 
Marutha19 Jan 2006 21:42 
david feurle24 Jan 2006 06:34 
Anthony24 Jan 2006 13:03 
david feurle25 Jan 2006 01:12 
Anthony25 Jan 2006 12:34 
Bringles25 Jan 2006 14:16 
Subject:Re: call example win32 multi threading prob
From:Anthony (anth@gmail.com)
Date:01/24/2006 01:03:08 PM
List:com.googlegroups.google-talk-open

Yes, I have gotten it to compile under VS .NET 2003. I think I commented out a lot of stuff to get it to compile and I did have the same MT issues that david was seeing...where it would always crash in SignalDone() or something like that...I didn't solve that problem yet, but it sounds like david did.

I am currently trying to get it to work with winrtp as the rtp/media streaming layer. I have it working half way, in that google talk audio client can send audio to me and I can decode it and put it out on the speaker. It however does not work the other way in that I can't get the libjingle client to send audio to the googletalk client and have it play the audio. I know its an RTP port issue cause I wrote another app that maps port 8500 and if I use that port and send the audio to that I can hear it just fine.

If anyone would like I can ask my client for permission to post the sources or directions on what needs to be changed to at least make it compile.

If anyone can shed some light that has this working please let me know. If I find a solution I will try to get permission from my client to post it here.