[linux-dvb] Updated copy of dvbstream to support DVB-S2
Tim Hewett
tghewett2 at onetel.com
Fri Apr 11 14:52:31 CEST 2008
I have updated my (enhanced) source of dvbstream to allow it to work
with DVB-S2 transponders for Mantis DVB-S/DVB-S2 cards, you can get it
from here:
http://www.coolatoola.com/dvbstream.multiproto.tgz
It may also work with other DVB-S2 cards.
There is a new command line option '-ds' ("Delivery System") which
takes 'DVBS' or 'DVBS2' as options. All other tuning parameters
operate as before. The changes have been tested using a Technisat
SkyStar HD2 PCI card with the current mantis tree ('hg clone http://jusst.de/hg/mantis')
.
The source includes many other features I have added for my own use
over the years, e.g. using the device name as shown by dmesg rather
than card number to specify the DVB device (useful when device numbers
change with each reboot), so you can replace the card number with -c
'STB0899 Multistandard'. If you have several devices of the same type,
you can specify one by appending :0, :1, :2 etc. at the end of the
device name.
You can also specify the channel to record using the channel name (as
shown by scan -c) rather than pids, which helps to cope with
broadcasters changing their pids, add the parameter -C 'channel name'
and the associated pids will be found. You can still specify the pids
and these will be used instead if the channel name cannot be found.
This uses source taken from the scan utility in linux-dvb-apps.
It can also set the system clock from a tuned transponder, use -d.
This uses source taken from the dvbdate utility in linux-dvb-apps.
It will take exclusive control of the device, to avoid two processes
competing for the same device.
So far it only is known to work reliably with the Technisat SkyStar
HD2 PCI card but should also work with the Twinhan VP-1041/Azurewave
AD SP400.
Note that I am sharing this software which I have developed and tested
only for my own purposes, and since I don't use all features of
dvbstream I can't say whether or not any features have been damaged by
my work.
Tim.
More information about the linux-dvb
mailing list