ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] G729

From: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Date: Sat, 5 Aug 2017 18:43:50 +0200
Hi Dario,

Le 5 août 2017 18:33, "Dario Lombardo" <dario.lombardo.ml@xxxxxxxxx> a écrit :
I've noticed that cmake shows me

-- The following OPTIONAL packages have not been found:

   Support for G.729 codec in RTP player

Does anyone know which package in ubuntu/debian contains it?

Ubuntu does not provide a package out of the box (contrary to Fedora).
You can grab the source code from https://github.com/BelledonneCommunications/bcg729/releases and compile then install it easily as there is no dependency (that's what I did on my machine).
You can also generate a Debian package using the 1.0.3 source code and https://github.com/ossobv/bcg729-deb (that's what Gerald did on the builders).

Regards,
Pascal.