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 56 57 58
|
Source: rtmpdump
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Reinhard Tartler <siretart@tauware.de>,
Sebastian Dröge <slomo@debian.org>,
Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper (>= 9),
libgmp-dev,
libgnutls28-dev (>= 2.4.1),
nettle-dev,
zlib1g-dev
Standards-Version: 3.9.8
Section: web
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/rtmpdump.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/rtmpdump.git
Homepage: http://rtmpdump.mplayerhq.hu/
Package: rtmpdump
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: small dumper for media content streamed over the RTMP protocol
A small dumper for media content streamed over the RTMP protocol (like BBC's
iPlayer high quality streams). Supplying an RTMP URL will result in a dumped
flv file, which can be played/transcoded with standard tools.
Package: librtmp1
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Architecture: any
Multi-Arch: same
Description: toolkit for RTMP streams (shared library)
A small dumper for media content streamed over the RTMP protocol (like BBC's
iPlayer high quality streams). Supplying an RTMP URL will result in a dumped
flv file, which can be played/transcoded with standard tools.
.
This package contains the shared libraries, header files needed by
programs that want to use librtmp.
Package: librtmp-dev
Section: libdevel
Depends:
librtmp1 (= ${binary:Version}),
${misc:Depends},
libgmp-dev,
libgnutls28-dev,
nettle-dev,
zlib1g-dev
Architecture: any
Multi-Arch: same
Description: toolkit for RTMP streams (development files)
A small dumper for media content streamed over the RTMP protocol (like BBC's
iPlayer high quality streams). Supplying an RTMP URL will result in a dumped
flv file, which can be played/transcoded with standard tools.
.
This package contains the development libraries, header files needed by
programs that want to compile with librtmp.
|