Commit Graph

10 Commits

Author SHA1 Message Date
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