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

NAME

sdp2rat - Launch RAT (Robust Audio Tool) from an SDP file

SYNOPSIS

  sdp2rat file.sdp
  
  sdp2rat http://www.ecs.soton.ac.uk/file.sdp
  
  cat file.sdp | sdp2rat 

DESCRIPTION

Parses an SDP file using Net::SDP and launches RAT using the session information in the SDP file.

The SDP data can be stored on disk as a file, read from STDIN or loaded from a URL (LWP must be available).

AUTHOR

Nicholas Humfrey, njh@cpan.org

COPYRIGHT AND LICENSE

Copyright (C) 2004 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.