Search found 8 matches

by Alcor2022
Tue Apr 05, 2022 1:44 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Can we notify H323 channel of available source audio?
Replies: 1
Views: 21608

Re: Can we notify H323 channel of available source audio?

I have developed a working solution which utilizes a circular buffer to help process the source audio. This way, I can feed audio into the buffer and have it available whenever a Read request comes from the H323 channel. For the Audio Sink direction I was able to route that audio from the H323 chann...
by Alcor2022
Tue Mar 29, 2022 2:15 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Can we notify H323 channel of available source audio?
Replies: 1
Views: 21608

Can we notify H323 channel of available source audio?

Hello, I have a custom H323Channel class derived from PIndirectChannel. I was able to play a wav file through this channel as in the sample application. Now I have a situation where audio is being provided from the MIC source from NAUDIO and I need to pipe that audio through my custom H323 channel a...
by Alcor2022
Wed Dec 29, 2021 5:51 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Using H323Plus in a class library
Replies: 3
Views: 9529

Re: Using H323Plus in a class library

Just wanted to update my progress... I was able to place a call to my C# application using the H323Plus wrapper that I am building (I called my endpoint using the Ekiga softphone). Next step is to place an outbound call and continue developing the wrapper functionality. I am also generating events t...
by Alcor2022
Tue Dec 28, 2021 5:47 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Using H323Plus in a class library
Replies: 3
Views: 9529

Re: Using H323Plus in a class library

Hello again! I believe I have successfully integrated H323 into my wrapper DLL. I am able to create a global Process class, and call the PProcess::Current().getLibVersion() method from one of my reference classes instantiated in my C# application. Next step is to setup an endpoint via the C# app and...
by Alcor2022
Thu Dec 23, 2021 12:38 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Using H323Plus in a class library
Replies: 3
Views: 9529

Using H323Plus in a class library

Hello, I am working on a VC++ wrapper for H323Plus (based on compiled H323Plus.lib and ptlibs.lib). There will be a C# executable that references the wrapper DLL to use H323Plus features. Before I go much further I would like to understand the function of the PProcess and PCREATE_PROCESS. There is s...
by Alcor2022
Tue Dec 21, 2021 1:29 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Compiling H323Plus in Windows VS2017
Replies: 4
Views: 8983

Re: Compiling H323Plus in Windows VS2017

I'll go back and check the H323Plus project and try your suggestion. I didn't really recognize "generic" as a keyword either, which is why it took so long to try changing the argument name. It would have been nice if the compiler said something like " 'generic' conflicts with another ...
by Alcor2022
Mon Dec 20, 2021 1:31 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Compiling H323Plus in Windows VS2017
Replies: 4
Views: 8983

Re: Compiling H323Plus in Windows VS2017

Thanks for your quick reply! I've edited this post a few times, as I make progress in my analysis. My wrapper code is just a few lines to try and prove I can do it, so I haven't bothered to put it up in a Repo. I did some rearranging of the includes (based on what I could see in the simple sample ap...
by Alcor2022
Mon Dec 20, 2021 4:34 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Compiling H323Plus in Windows VS2017
Replies: 4
Views: 8983

Compiling H323Plus in Windows VS2017

Greetings! I have downloaded and managed to build static ptlibs.lib and h323plus.lib. I used VS2017 to load the VS2010 solutions. I left the Windows SDK version at 8.1 and Platform Toolset to V100. What version of the Windows SDK is compatible? It was difficult to find any instructions for building ...