uvgrtp-base/examples
Aaro Altonen 84441b39c4 Add examples of new dynamic configuration 2020-01-13 10:06:51 +02:00
..
full Create examples for memory deallocation/ownership stuff 2019-10-22 07:22:02 +03:00
simple Add examples of new dynamic configuration 2020-01-13 10:06:51 +02:00
README.md Rewrite examples 2019-08-21 08:04:45 +03:00

README.md

kvzRTP example codes

This directory contains directories full and simple. Simple directory contains code snippets that demonstrate how the library should be used. These miminal examples also show how the library can be used, but don't themselves do anything.

Full directory on the other hand shows the complete flow: these snippts encode HEVC/Opus from raw video, send this encoded data using the library and receive and reconstruct the received frames. These code snippets contain a lot of code unrelated to kvzRTP.

You can also use Kvazzup to see a real-world example.