Search found 45 matches

by shorne
Wed Mar 05, 2014 5:11 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Memory leaks in H.323Plus library
Replies: 19
Views: 28786

Re: Memory leaks in H.323Plus library

The memory leak issue is a surprise to me. I have not seen or been reported of an issue. By default the class is autodelete in destructor and the code changes the behavior when required It would not need to change it back that is why AllowDeleteObjects() is never called in the code . The H323plus co...
by shorne
Mon Jun 18, 2012 12:24 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H.264 encoding quality
Replies: 1
Views: 4802

Re: H.264 encoding quality

Currently the TxQualityLevel is not implemented.
The codec should already be set to the highest quality supported by x264.
by shorne
Mon Jun 18, 2012 12:22 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: change Listen ip H323plus
Replies: 3
Views: 7719

Re: change Listen ip H323plus

There is a function in H323EndPoint
virtual void TranslateTCPAddress(
PIPSocket::Address & /*localAddr*/,
const PIPSocket::Address & /*remoteAddr */
) { }

Override and change the localAddr to that of your public IP address.
Don't forget to port forward in the router.
by shorne
Mon Mar 12, 2012 4:21 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: h245Tunneling VS Firewall
Replies: 2
Views: 5889

Re: h245Tunneling VS Firewall

program your listener to ignore the startH245 message.

You could use GnuGk gatekeeper to remove the message as it passes through
http://www.gnugk.org/gnugk-manual-5.html#ss5.1
See RemoveH245AddressOnTunneling=1
by shorne
Sun Mar 11, 2012 4:44 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Speex AEC (Accoustic Echo Cancellation) fails @configuration
Replies: 7
Views: 12205

Re: Speex AEC (Accoustic Echo Cancellation) fails @configura

It looks like this error is coming from PTLIB. I understand they are working on it.
by shorne
Thu Feb 23, 2012 6:59 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Recent changes in OpalVoIP effect H323Plus
Replies: 2
Views: 6626

Re: Recent changes in OpalVoIP effect H323Plus

Seems like it gets broken every other day.
Anyway it should compile now.
by shorne
Fri Feb 17, 2012 1:12 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: h323plus/src/mediafmt.cxx errors in cross compilation
Replies: 2
Views: 5720

Re: h323plus/src/mediafmt.cxx errors in cross compilation

Error was caused by changes in PTLIB PFactory handling just checked in. The h323plus CVS has been update and it should compile now.
by shorne
Fri Feb 03, 2012 1:36 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: error: cannot convert 'const EVP_MD* {aka const env_md_st*}'
Replies: 4
Views: 8040

Re: error: cannot convert 'const EVP_MD* {aka const env_md_s

The error was due to a change in the SSL_st struct between OpenSSL 0.9.x and 1.x. I have checked in compiler directives to check OpenSSL versions.
by shorne
Tue Jan 31, 2012 11:26 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: 64bit compilation
Replies: 1
Views: 4560

Re: 64bit compilation

Delete the existing 2010 project and upgrade the 2008 project. It should contain a x64 configuration.