Commit Graph

23 Commits

Author SHA1 Message Date
Aaro Altonen 53270c6966 Add example code for SRTP using ZRTP 2020-04-27 12:22:24 +03:00
Aaro Altonen c7b8188dcd Add example code for generic fragmentation 2020-04-24 21:51:12 +03:00
Aaro Altonen 07ac7aa1b5 Fix comment in examples/binding.cc 2020-04-16 13:59:46 +03:00
Aaro Altonen 8a18eb4824 Add instructions for running the example codes
Using kvzRTP is far from easy on Windows so something must be done
about it at some point. Maybe QtCreator's/Visual Studio's deploy
tools could be used to help the installation procedure
2020-04-16 13:28:31 +03:00
Aaro Altonen fbe35d8d92 Simplify the structure of example directory
Only include code relevant to usage of kvzRTP and put everything
in the same directory
2020-04-06 12:07:28 +03:00
Aaro Altonen 90e8caff73 Add local interface binding example 2020-04-03 12:23:14 +03:00
Aaro Altonen cf08bdd883 Fix example codes and add HEVC slice example
RTCP/HQ configuration is still missing from the examples because
I have yet to figure out how to integrate proper configuration or
RTCP to the new architecture
2020-02-17 07:32:07 +02:00
Aaro Altonen 84441b39c4 Add examples of new dynamic configuration 2020-01-13 10:06:51 +02:00
Aaro Altonen 3e981ec4ae Switch from compile-time to runtime configuration of kvzRTP 2020-01-08 10:56:09 +02:00
Aaro Altonen 9472c4142c Fix example code
Some of the code used the old API, now fixed
2020-01-07 10:20:20 +02:00
Aaro Altonen c0e1f69081 Separate hooked and polling RTP frame receiving examples 2019-10-24 08:15:20 +03:00
Aaro Altonen 8f2ae2063c Create RTCP hooking and polling examples 2019-10-24 08:05:55 +03:00
Aaro Altonen 4385361fdc Create examples for memory deallocation/ownership stuff 2019-10-22 07:22:02 +03:00
Aaro Altonen 07c0dd1bcc Replace the overwritten byte before exitint from __get_hevc_start() 2019-09-11 11:16:01 +03:00
Aaro Altonen 72cd31ab64 Rewrite examples
Examples are now in two categories:
    - Simple examples that demonstrate the core concepts
    - Full examples that show how the library can be used from
      application's perspective

Simple example also contains two subfoldres: rtp and rtcp:
    - rtp holds code snippets that show the RTP interface
    - rtcp contains all snippets that have something to do with RTCP
2019-08-21 08:04:45 +03:00
Aaro Altonen 1aa5b69bcc Update example codes to use new writer API 2019-08-19 10:50:15 +03:00
Aaro Altonen 3f5bd6a020 Add RTCP example code 2019-06-24 07:44:29 +03:00
Aaro Altonen bf042e94db Add example for receiving RTP frames using receive hook 2019-06-03 13:13:43 +03:00
Aaro Altonen ab303a42c2 Add example code for receiving HEVC stream 2019-06-03 11:49:20 +03:00
Aaro Altonen 0a57caebed Create new folder structure for examples 2019-06-03 11:45:11 +03:00
Aaro Altonen 73ba634774 Add missing SDP for HEVC 2019-05-29 08:43:07 +03:00
Aaro Altonen d5dbb99ff4 Add example code for sending HEVC 2019-05-29 08:40:20 +03:00
Aaro Altonen d56b70beaf Add example code for sending Opus 2019-05-17 09:18:07 +03:00