chiark / gitweb /
New debugging program: rtpmon. This listens for packets the same way
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 11 Apr 2009 09:22:37 +0000 (10:22 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 11 Apr 2009 09:22:37 +0000 (10:22 +0100)
commit210d172f0776d7144b26c46a061b1a9d6bca9599
tree0e135606839d6605ca6b015c03dd523f7b01eef4
parent9d7a61297cb7263160d85a12d445fc1897fbfa80
New debugging program: rtpmon.  This listens for packets the same way
disorder-playrtp does (and ought to be de-duped against it), and
periodically displays the sample rate over various intervals.

As the code stands the longest-term column is consistently showing
44105Hz, which since it's faster than the rate the sound is played at
will eventually fill up playrtp's (and the kernel's) buffers and force
packets to be dropped, affecting playback quality.
.bzrignore
clients/Makefile.am
clients/rtpmon.c [new file with mode: 0644]