Files
2024-10-14 00:08:40 +02:00

14 lines
152 B
Perl

package URI::rtspu;
use strict;
use warnings;
our $VERSION = '1.71';
$VERSION = eval $VERSION;
use parent 'URI::rtsp';
sub default_port { 554 }
1;