Skip to content

Commit

Permalink
Enable to build linphone with SRTP support by using the packages prov…
Browse files Browse the repository at this point in the history
…ided by GNU/Linux distributions
  • Loading branch information
François Grisez committed Feb 11, 2015
1 parent 4157c07 commit 1f5fd52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -8,6 +8,7 @@ linphone-3.8.0 -- Date to be defined
* Support for RTP/AVPF (RFCxxxx) for video streams, allowing fast transmission error recovery with VP8 codec only.
* API enhancements, most objects can be ref-counted.
* Call video recording feature, in mkv format (H264 streams only for the moment)
* Support of SRTP by using packages from GNU/Linux distributions

linphone-3.7.0 -- February 20th, 2014
Application level improvements:
Expand Down
7 changes: 1 addition & 6 deletions README
Expand Up @@ -39,12 +39,7 @@ libglew1.6-dev libv4l-dev libxml2-dev

+ for optional library
$ sudo apt-get install libreadline-dev libgsm1-dev libtheora-dev \
libsoup2.4-dev libsqlite3-dev libupnp4-dev

+ Install srtp (optional) for call encryption :
$ git clone git://git.linphone.org/srtp.git
$ cd srtp && autoconf && ./configure && make
$ sudo make install
libsoup2.4-dev libsqlite3-dev libupnp4-dev libsrtp-dev

+ Install zrtp (optional), for unbreakable call encryption
$ git clone git://git.linphone.org:bzrtp
Expand Down
2 changes: 1 addition & 1 deletion TODO
Expand Up @@ -3,7 +3,7 @@ hot stuff:

* ice support
* run a user given command upon incoming calls
* SIP/TLS and SRTP
* SIP/TLS

low priority:
-------------
Expand Down
2 changes: 1 addition & 1 deletion mediastreamer2
Submodule mediastreamer2 updated from ce80fe to 44fe33

0 comments on commit 1f5fd52

Please sign in to comment.