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
|
Source: dvblast
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Rémi Duraffort <ivoire@videolan.org>,
Sam Hocevar (Debian packages) <sam+deb@zoy.org>,
Christophe Mutricy <xtophe@videolan.org>,
Sebastian Ramacher <sramacher@debian.org>
Build-Depends: debhelper (>= 11),
libbitstream-dev,
libev-dev
Standards-Version: 4.2.1
Homepage: http://www.videolan.org/projects/dvblast.html
Vcs-Git: https://salsa.debian.org/multimedia-team/dvblast.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/dvblast
Package: dvblast
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple and powerful dvb-streaming application
DVBlast is a simple and powerful streaming application based on the linux-dvb
API.
It opens a DVB device, tunes it, places PID filters, configures a CAM module,
and demultiplexes the packets to several RTP outputs.
.
DVBlast is designed to be the core of a custom IRD or CID, based on a PC with
Linux-supported DVB cards.
.
DVBlast does not do any kind of processing on the elementary streams, such as
transcoding, PID remapping or remultiplexing. it does not stream from plain
files, only DVB devices. If you were looking for these features, switch to VLC.
|