uvgrtp-base/examples
Aaro Altonen 07c0dd1bcc Replace the overwritten byte before exitint from __get_hevc_start() 2019-09-11 11:16:01 +03:00
..
full Replace the overwritten byte before exitint from __get_hevc_start() 2019-09-11 11:16:01 +03:00
simple Rewrite examples 2019-08-21 08:04:45 +03: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.