|
NAMErtplosslog.pl - Log packet loss for a RTP session every minuteSYNOPSISrtplosslog.pl <address> [<port>] [<src_ip>]DESCRIPTIONrtplosslog.pl displays the packet loss summary for a specific transmitter for each minute that passes. If no port is specified, then port 5004 is assumed. If no source address is specified, then the source address of the first packet recieved is used.rtplosslog.pl uses seperate threads for recieving packets and displaying statistics, so version 5.8 or greater of perl is recommended for stable threading. When rtplosslog.pl is started, it waits until the start of a minute before starting to log packet loss. Thereafter a row is displayed for each minute that passes (even if no packets have been recieved). The log data is sent, with each field seperated by a tab, to STDOUT. Additional messages are sent to STDERR. The fields in each row are as follows:
SEE ALSONet::RTPNet::RTP::Packet BUGSUnicast addresses aren't currently detected and fail when trying to join multicast group.AUTHORNicholas J Humfrey, njh@cpan.orgCOPYRIGHT AND LICENSECopyright (C) 2006 University of SouthamptonThis script is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.008 or, at your option, any later version of Perl 5 you may have available.
Visit the GSP FreeBSD Man Page Interface. |