View Source

h2. What's is interesting

[JITSI|https://jitsi.org/] (aka sip communicator) is very complete open source java platform to make video chat and call.

The JITSI Team has decided to make available to third party java application their [JITSI MEDIA LIBRARY|https://jitsi.org/Projects/LibJitsi] under [LGPL|http://www.gnu.org/licenses/lgpl.html]

h4. This library provides:

* Video capture and rendering on Windows, Mac OS X and Linux.
* Video codecs: H.264 and H.263 (VP8 coming in early 2013)
* Audio codecs: Opus, SILK, G.722, Speex, ilbc, G.711 (PCMU, PCMA), G.729 (get your [licences|http://sipro.com] first though).
* Security: SRTP (with ZRTP or SDES)
* RTP DTMF ([RFC 2833|http://tools.ietf.org/html/rfc2833]/[RFC 4733|http://tools.ietf.org/html/rfc4733])
* RTP audio levels ([RFC 6465|http://tools.ietf.org/html/rfc6465])
* … and all other [media features in Jitsi|https://jitsi.org/features]

h5. You can download _libjitsi_ at the following locations:

| | [Microsoft Windows|https://download.jitsi.org/libjitsi/windows/] |
| | [MAC OS X|https://download.jitsi.org/libjitsi/macosx/] |
| | [Linux packages|https://download.jitsi.org/libjitsi/linux/] |

h5. Further infos

| | [Source Code Snapshots|https://download.jitsi.org/libjitsi/src/] |
| | [Git Repository|https://github.com/jitsi/libjitsi] |
| | [Javadoc|http://bluejimp.com/jitsi/libjitsi/javadoc/] |