Files
asterisk/main
Ben Ford 5dad4f4ea1 res_rtp: Add unit tests for RTCP stats.
Added unit tests for RTCP video stats. These tests include NACK, REMB,
FIR/FUR/PLI, SR/RR/SDES, and packet loss statistics. The REMB and FIR
tests are currently disabled due to a bug. We expect to receive a
compound packet, but the code sends this out as a single packet, which
the browser accepts, but makes Asterisk upset.

While writing these tests, I noticed an issue with NACK as well. Where
it is handling a received NACK request, it was reading in only the first
8 bits of following packets that were also lost. This has been changed
to the correct value of 16 bits.

Also made a minor fix to the data buffer unit test.

Change-Id: I56107c7411003a247589bbb6086d25c54719901b
2019-09-10 13:10:59 -05:00
..
2019-08-01 15:31:34 -06:00
2016-10-27 09:53:55 -04:00
2018-10-15 15:35:35 -05:00
2019-08-01 15:31:34 -06:00
2012-03-22 19:51:16 +00:00
2018-10-18 12:44:10 -05:00
2016-10-27 09:53:55 -04:00
2012-03-22 19:51:16 +00:00
2019-02-20 22:23:53 +01:00
2017-12-20 12:40:01 -05:00
2019-07-29 12:09:49 -06:00
2019-05-10 10:22:55 -06:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2012-09-21 17:14:59 +00:00
2019-04-24 07:47:56 -06:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:20 -05:00