sdp2rat - Launch RAT from an SDP file


Back to Top


NAME

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

Back to Top


SYNOPSIS

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

Back to Top


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

Back to Top


AUTHOR

Nicholas Humfrey, njh@cpan.org

Back to Top


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.

Back to Top

 sdp2rat - Launch RAT from an SDP file