diff --git a/NEWS b/NEWS index bb1d573a0..dce0e0824 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/README b/README index 30666070a..0de3185c3 100644 --- a/README +++ b/README @@ -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 diff --git a/TODO b/TODO index 1452a7c00..8e18e5491 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ hot stuff: * ice support * run a user given command upon incoming calls -* SIP/TLS and SRTP +* SIP/TLS low priority: ------------- diff --git a/mediastreamer2 b/mediastreamer2 index ce80feec0..44fe332ef 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit ce80feec091c75bcb69c4adf42fada7b7f0ffacc +Subproject commit 44fe332ef7a4527397c4474f1f7d0d88491d31f1