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