diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-11 15:27:35 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-12 06:58:01 +0700 |
commit | c0453b5fcfdc4e079e50c93aa2726d29010b02a7 (patch) | |
tree | b4858062583fdff596f6ea8ce927f866f3acea65 /network/linphone | |
parent | bec5fff837b204c3791d1855a4bbe7cd56613de3 (diff) |
network/linphone: Update README.
Diffstat (limited to 'network/linphone')
-rw-r--r-- | network/linphone/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/network/linphone/README b/network/linphone/README index 0607e20ad773..1b1bc8442cf3 100644 --- a/network/linphone/README +++ b/network/linphone/README @@ -1,14 +1,18 @@ +linphone (SIP video-phone) + Linphone is an audio and video Internet phone with GTK+ and console interfaces. It uses the SIP protocol, and is compatible with most SIP clients and gateways. It uses various audio and video codecs such as Opus, Speex, GSM, G711, ilbc, Theora, H263-1998, MPEG4, VP8 and snow. -Video support is enabled by default, but can be disabled and thus negating the need for ffmpeg. -To disable support for video just pass VIDEO=no to the script. +Video support is enabled by default, but can be disabled and thus negating +the need for ffmpeg. To disable support for video just pass VIDEO=no +to the script. -UPNP support is enabled by default, but can be disabled and thus negating the need for libupnp. -To disable support for UPNP just pass UPNP=no to the script. +UPNP support is enabled by default, but can be disabled and thus negating +the need for libupnp. To disable support for UPNP just pass UPNP=no to +the script. Truespeech is disabled by default, but can be enabled. To enable support for Truespeech just pass TRUESPEECH=yes to the script. |