Nicholas J Humfrey > Net-RTP > rtpdump.pl

Download:
Net-RTP-0.09.tar.gz

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

NAME ^

rtpdump.pl - Parse and display incoming RTP packet headers

SYNOPSIS ^

rtpdump.pl <address> [<port>]

DESCRIPTION ^

rtpdump.pl displays the RTP header of packets sent to a multicast group. If no port is specified, then port 5004 is assumed.

For each packet recieved, the following fields are displayed:

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) 2006 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.