Page 1 of 1

How to compile with H.263/H.264

Posted: Thu Feb 09, 2012 8:44 pm
by soulof87
I am in the process of testing GnuGk with centos 6.2. I am not really sure how compile 323plus with to have h.263 or h.264 support after configuring all i see is this:

=================== Plugin configuration ======================
prefix : /usr/local
exec_prefix : ${prefix}
libdir : ${exec_prefix}/lib
Audio Codec plugin install dir : ${libdir}/opal-1.24.0/codecs/audio
Video Codec plugin install prefix: ${libdir}/opal-1.24.0/codecs/video
LID plugin install prefix : ${libdir}/opal-1.24.0/lid
FAX plugin install prefix : ${libdir}/opal-1.24.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


does this mean that gnugk wont allow registered endpoints to olc those video codecs?

Re: How to compile with H.263/H.264

Posted: Thu Feb 09, 2012 10:25 pm
by willamowius
For GnuGk you don't need to compile any codecs from H323Plus. GnuGk will still work with all codecs, even those H323Plus doesn't support.

See http://www.gnugk.org/gnugk-manual-14.html#ss14.1 for instructions how to compile GnuGk.

Re: How to compile with H.263/H.264

Posted: Thu May 31, 2012 3:34 am
by ansae
Still what do you do to enable h264 on the openmcu?

Thanks.

Re: How to compile with H.263/H.264

Posted: Tue Oct 02, 2012 10:59 am
by liza
For GnuGk you don't charge to abridge any codecs from H323Plus. GnuGk will still assignment with all codecs, alike those H323Plus doesn't support.

Re: How to compile with H.263/H.264

Posted: Sat Nov 03, 2012 5:23 am
by martin
Hi everyone.
I had the same problem.
I solved it downloading the sources of OPAL, PTLIB and ffmpeg. I followed
this way and works.

Check this links:
http://wiki.ekiga.org/index.php/Compili ... .2C_too.29
(you can see what dependences are necessaries)

This page is for latest version of ffmpeg, which is known not to work with ekiga, see below. Maybe this page should be updated...

For ffmpeg:


./configure --enable-shared
make
sudo make install


For ptlib:


./configure
make
sudo make install


For OPAL


./configure
make
sudo make install


and for ekiga


./configure
make
sudo make install




I have a philips web-cam on Ubuntu 10.04 with Ekiga and works fine.

I'm using this versions:

Ekiga 3.2.7
OPAL 3.6.8
PTLIB 2.6.7

And in Ekiga Edit->Preferences->Video->Codecs I can see h263 option.

Yes, but doesn't it crash? Try calling 500 with H263 as video codec...

I hope help you.