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.