The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

rtptimer.pl - Displays arrival times of incoming RTP packet headers

SYNOPSIS

rtptimer.pl <address> [<port>]

Displays arrival times for incoming RTP packets. The first column is the time in milliseconds since the tool started, followed by the time in milliseconds since the last packet. This is then followed by the source IP, packet length in bytes, payload type, sequence number and the packet timestamp. The timestamp is then followed by the difference between it and the previous packet.

SEE ALSO

Net::RTP

Net::RTP::Packet

http://www.iana.org/assignments/rtp-parameters

BUGS

Unicast addresses aren't currently detected and fail when trying to join multicast group.

AUTHOR

Nicholas J Humfrey, njh@cpan.org

COPYRIGHT AND LICENSE

Copyright (C) 2007 University of Southampton

This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.005 or, at your option, any later version of Perl 5 you may have available.