Hi,
while GnuGk, H323Plus and PTLib work on virtually all Linux
distributions, there is one notable exception: Alpine Linux.
This is because Alpine uses musl libc instead of GNU libc, which lacks
many features and our PTLib won't compile with it.
Solution: Stick with any other Linux distribution (Debian, CentOS,
Fedora etc.) or your choice of *BSD, Solaris or Windows.
Regards,
Jan
--
Jan Willamowius, Founder of the GNU Gatekeeper Project
EMail : jan(a)willamowius.de
Website: https://www.gnugk.org
Support: https://www.willamowius.com/gnugk-support.html
Relaxed Communications GmbH
Frahmredder 91, 22393 Hamburg, Germany
Geschäftsführer: Jan Willamowius
HRB 125261 (Amtsgericht Hamburg)
USt-IdNr: DE286003584
Hi,
I have just released GNU Gatekeeper version 5.2.
You can download it from https://www.gnugk.org/h323download.html
This release that has a rewritten networking implementation (aka
"large-fdset") that allows GnuGk to scale to higher numbers of calls
per server than previous versions.
This new implementation replaces the old hack to extend the select()
system call by using poll() which enables GnuGk to handle huge numbers
of sockets at the same time. The new implementation also works on
Windows, but has been tested mostly on the different Unix versions we
support.
Please note that the relevant configure option when comping GnuGk
source code has changed to --enable-large-fdset. There is no need to
specify a maximum number of sockets any more.
This release also has a few bug fixes, eg. for using LUA scripts with
shared libraries and for memory leaks in the error handling of H.235
password authentication.
Whats new ?
- re-implement LARGE_FDSET using poll(), enable with configure
option --enable-large-fdset
- ExternalIP is automatically added to the default domains
- support running LUA scripts that require dynamic libraries
- change default for [TLS] CipherList= to allow elliptical curve ciphers
- BUGFIX(gkauth.h) fix memory leak in H.235 password auth
- BUGFIX(gkacct.cxx) set known, but unavailable accounting parameters
to empty string
- BUGFIX(ProxyChannel.cxx) fix setting UDP source IP on Windows when
compiled for Vista or higher
Enjoy!
--
Jan Willamowius, Founder of the GNU Gatekeeper Project
EMail : jan(a)willamowius.de
Website: https://www.gnugk.org
Support: https://www.willamowius.com/gnugk-support.html
Relaxed Communications GmbH
Frahmredder 91
22393 Hamburg
Geschäftsführer: Jan Willamowius
HRB 125261 (Amtsgericht Hamburg)
USt-IdNr: DE286003584
Hi Team,
I am new to h323plus and currently I am struggling to enable Video on the H323plus module. .
I installed h323plus,code download and install from https://www.h323plus.org/source/.
Steps to Follow :
./configure CXXFLAGS=-D_SIGNAL_ONLY
& then I got the issue :
Here x264 static linking library and h.264 support disabled. ( Although I have already installed x264 module )
checking for X264... yes
checking filename of libx264 library...
configure: x264 static linking disabled
.
.
.
configure: h264 support disabled due to disabled dependency HAVE_H264_DECODER
checking enable H.264 support... no
.
.
.
=================== Plugin configuration ======================
prefix : /usr/local
exec_prefix : ${prefix}
libdir : ${exec_prefix}/lib
Audio Codec plugin install dir : ${libdir}/opal-1.27.0/codecs/audio
Video Codec plugin install prefix: ${libdir}/opal-1.27.0/codecs/video
LID plugin install prefix : ${libdir}/opal-1.27.0/lid
FAX plugin install prefix : ${libdir}/opal-1.27.0/fax
GSM : yes (internal)
gsm-amr : yes
iLBC : yes (internal)
Speex : yes (internal, version 1.1.11.1)
LPC10 : yes
G.726 : yes
IMA_ADPCM : yes
SBC : no
H.261 : yes
H.263 : no (ffmpeg version)
H.263/H.263+ : no
H.264 : no
THEORA : no
MPEG4 Part 2 : no
CELT : no
SpanDSP FAX : no
CAPI : no
Quicknet xJACK support : no
Voicetronics VPB support : yes
OS Type : linux-gnu
Machine Type : x86_64
If all settings are OK, type make and make install
Kindly, let me know how can I check my H323_VIDEO is enabled or not.
Thank you so much.
Regards,
Prateek