Commit Graph

  • e244051611 Increase the RTP sequence after each send Aaro Altonen 2019-05-17 13:04:48 +0300
  • dd8d9cec53 Update RTP statistics in send.cc if enabled Aaro Altonen 2019-05-17 13:03:47 +0300
  • 65c8131745 Add more common defines to util.hh Aaro Altonen 2019-05-17 12:49:33 +0300
  • b84be50344 Create routines for (de)allocating different kinds of frames Aaro Altonen 2019-05-17 12:47:38 +0300
  • d7d5f55e69 Create common routines for writing headers/payloads Aaro Altonen 2019-05-17 12:47:07 +0300
  • dd2304ad0b Use MSG_MORE in pushGenericFrame Aaro Altonen 2019-05-17 11:10:38 +0300
  • 87cf722029 Remove util.cc Aaro Altonen 2019-05-17 11:08:40 +0300
  • b8dac98c55 Preallocate space for RTP header when allocating GenericFrame Aaro Altonen 2019-05-17 10:34:57 +0300
  • 838d6bb48f Update README.md Aaro Altonen 2019-05-17 09:36:54 +0300
  • e2117b8298 Use SO_REUSEADDR for reader.cc's socket Aaro Altonen 2019-05-17 09:29:27 +0300
  • f61a7dbe71 Add receive hook functionality for RTPReader Aaro Altonen 2019-05-17 09:27:18 +0300
  • 5c2079f1b2 Add RTP-specific return values/error codes Aaro Altonen 2019-05-17 09:25:49 +0300
  • e4710fbe77 Format code and add debug prints in rtp_hevc.cc Aaro Altonen 2019-05-17 09:25:11 +0300
  • 234ffd349b Update RTP statistics only if they've been enabled Aaro Altonen 2019-05-17 09:24:39 +0300
  • 4f162c4c90 Use correct return values in rtp_generic.cc Aaro Altonen 2019-05-17 09:24:15 +0300
  • 40e41ba44c Call delete instead of free when freeing the frame data Aaro Altonen 2019-05-17 09:23:29 +0300
  • 757b77f638 Change the config type to void * Aaro Altonen 2019-05-17 09:21:20 +0300
  • 09d1c8e0a4 Send Opus packets as generic RTP packets Aaro Altonen 2019-05-17 09:19:21 +0300
  • 645beb08d7 Add missing include to debug.hh Aaro Altonen 2019-05-17 09:18:48 +0300
  • 6ab00f1b5e Add source port parameter for RTPWriter Aaro Altonen 2019-05-17 09:18:14 +0300
  • d56b70beaf Add example code for sending Opus Aaro Altonen 2019-05-15 09:46:48 +0300
  • eccc414bcf Add debug macros Aaro Altonen 2019-04-25 09:03:37 +0300
  • 1552cec1ce Detach frameReceiver after it has been spawned Aaro Altonen 2019-04-01 12:09:10 +0300
  • 008107c33f Separate RTPConnection into RTPReader and RTPWriter Aaro Altonen 2019-04-01 12:00:37 +0300
  • e0fe94b13d Add gitignore Aaro Altonen 2019-04-01 10:12:09 +0300
  • 02be5a979a Add support for Opus streaming Aaro Altonen 2019-03-30 13:14:56 +0200
  • a1dd141588 Add setter/getter for config Aaro Altonen 2019-04-01 08:51:46 +0300
  • 16b90294cd Use correct payload for generic RTP message Aaro Altonen 2019-04-01 08:51:07 +0300
  • a48e022880 Rename files more logically Aaro Altonen 2019-03-30 12:29:05 +0200
  • 38bc84b78b Add support for HEVC streaming Aaro Altonen 2019-03-30 12:22:57 +0200
  • 0f3e68b0b6 Initial commit Aaro Altonen 2019-03-30 11:51:30 +0200