Skip to content

Commit

Permalink
cosmetic(Readme): Update compilation instructions and remove issue list
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsnen authored Apr 16, 2021
1 parent 0fd62ee commit 8c13b81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Kvazzup requires the following external libraries to operate:
- [Speex DSP](https://www.speex.org/) for audio processing
- [Crypto++](https://cryptopp.com/) for delivery encryption

Qt Creator is the recommended tool for compiling Kvazzup. Make sure you use the same compiler and bit version for all the dependencies and for Kvazzup. If you want to use media encryption, you should compile uvgRTP with crypto++ by adding `-D__RTP_CRYPTO__` to uvgRTP CXXFLAGS.
Qt Creator is the recommended tool for compiling Kvazzup. Make sure you use the same compiler and bit version for all the dependencies and for Kvazzup. It is possible, although not recommended to use Kvazzup without Crypto++.

### Linux(GCC)

Expand Down Expand Up @@ -58,11 +58,6 @@ If you are using Kvazzup in your research, please refer to the following [paper]
`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. `


## Known issues

- The Linux version of Kvazzup has a bug with QCamera which prevents from changing the default resolution.
- The Opus codec is disabled on Linux until issues with it have been resolved.

## Planned features

- RFC 3261 Authentication
Expand Down

0 comments on commit 8c13b81

Please sign in to comment.