1package URI::rtsp;
2
3require URI::http;
4@ISA=qw(URI::http);
5
6sub default_port { 554 }
7
81;
9