1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: librtsp-server-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: help2man,
libanyevent-perl,
libmoose-perl,
libmoosex-getopt-perl,
libnamespace-autoclean-perl,
liburi-perl,
perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librtsp-server-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librtsp-server-perl.git
Homepage: https://metacpan.org/release/RTSP-Server
Rules-Requires-Root: no
Package: librtsp-server-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libanyevent-perl,
libmoose-perl,
libmoosex-getopt-perl,
libnamespace-autoclean-perl,
liburi-perl
Description: Lightweight RTSP/RTP streaming media server (library)
This module is designed to accept a number of sources to connect and
transmit audio and video streams. Clients can connect and send RTSP
commands to receive RTP data.
.
This was designed to make rebroadcasting audio and video data over a
network simple.
.
This package provide the PERL library Rtsp::Server.
Package: rtsp-server-perl
Architecture: all
Section: comm
Depends: ${misc:Depends},
${perl:Depends},
librtsp-server-perl (= ${source:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: Lightweight RTSP/RTP streaming media server (service)
This module is designed to accept a number of sources to connect and
transmit audio and video streams. Clients can connect and send RTSP
commands to receive RTP data.
.
This was designed to make rebroadcasting audio and video data over a
network simple.
.
This package provide the system service.
|