dddvb/lib
drmocm acb5931ed0 added README.md 2021-03-08 14:29:27 +01:00
..
config add libdddvb 2018-09-17 13:46:27 +02:00
src added README.md 2021-03-08 14:29:27 +01:00
COPYING.LGPLv2.1 add libdddvb 2018-09-17 13:46:27 +02:00
Makefile add --pam (-a) option for IQ data output in pam format to stdout. 2020-10-10 17:32:56 +02:00
README.md added README.md 2021-03-08 14:29:27 +01:00
dddvb_test.c add libdddvb 2018-09-17 13:46:27 +02:00
ddzap.c simplify 2020-12-01 15:53:54 +01:00

README.md

LIBDDDVB

In order to install the libdddvb library

https://github.com/DigitalDevices/dddvb

you need dvben50221.

On an Ubuntu system this would look like this:

sudo apt-get install dvb-apps

git clone https://github.com/DigitalDevices/internal_dddvb.git

cd dddvb/lib/; make

sudo make install

DDZAP

You can now use the example program ddzap for tuning.

A typical usage example call would be:

ddzap -d S2 -p v -f 10847000 -s 23000000 -c ~/dddvb/lib/config/

where you would use the example configuration file for a unicable LNB given in the sources. If you leave out the -c option a standard universal LNB is assumed to be connected.

Additionally you can use ddzap to open the /dev/dvb/adaptorX/dvrY device that corresponds to the tuner that was automatically selected by the library and pipe it to a media player, e.g.

ddzap -d S2 -p h -f 11494000 -s 22000000 -c /home/dmocm/ddzapconf/ -o|vlc -