Files
server/usr/share/perl5/URI/rtspu.pm
2026-01-07 20:52:11 +01:00

13 lines
126 B
Perl

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