summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/rtspu.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/rtspu.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/rtspu.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/rtspu.pm b/Master/tlpkg/tlperl/lib/URI/rtspu.pm
new file mode 100644
index 00000000000..dbcf12bb2f4
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/URI/rtspu.pm
@@ -0,0 +1,8 @@
+package URI::rtspu;
+
+require URI::rtsp;
+@ISA=qw(URI::rtsp);
+
+sub default_port { 554 }
+
+1;