Skip to content

Commit

Permalink
cosmetic(Readme): Update readme with new features
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsnen committed Jul 5, 2022
1 parent 444674a commit 1f3c48a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ Kvazzup is under development and new features will become available.
## Current features

Currently Kvazzup has the following features:
- Initiating call through *Session Initiation Protocol (SIP)* proxy (authentication is not yet supported)
- Initiating call peer-to-peer (firewall needs to have an open port 5060 for incoming TCP)
- Initiating call through *Session Initiation Protocol (SIP)* proxy with authentication
- Alternatively, initiating call peer-to-peer (firewall needs to have incoming TCP port 5060 open)
- Peer-to-peer media delivery with NAT traversal using *Interactive Connectivity Protocol (ICE)*
- Contacts list
- Enable/disable audio and video
- Screen sharing
- Video and audio Settings which are saved to the disk
- Live call parameter adjustment
- A statistics window for monitoring the call quality
- Media settings which are saved to the disk
- Automatic selection of best media settings with option for manual adjustment
- Live media setting adjustment
- A statistics window for monitoring call quality
- Media delivery encryption

## Compile Kvazzup
Expand Down Expand Up @@ -82,11 +83,8 @@ Please uncomment: `DEFINES += KVZ_STATIC_LIB` in Kvazzup.pro file and remove `DE
If you are using Kvazzup in your research, please refer to the following [paper](https://ieeexplore.ieee.org/abstract/document/8241673): <br>
`J. Räsänen, M. Viitanen, J. Vanne, and T. D. Hämäläinen, “Kvazzup: open software for HEVC video calls,” in Proc. IEEE Int. Symp. Multimedia, Taichung, Taiwan, Dec. 2017. `


## Planned features

- RFC 3261 Authentication
- Contact presence monitoring
- Multiparty video conferences
- TLS Encryption
- Automatic call parameter adjustment

0 comments on commit 1f3c48a

Please sign in to comment.