Hi. I'm trying to get VDR to send DVB-C audio via the sound card rather
than via the FF (mono) port.
I've tried:
./vdr -a 'a52dec'
./vdr -a 'a52dec -o oss'
./vdr -a 'a52dec -o ossdolby'
but get nothing
"a52dec -h" gives me:
a52dec-0.7.4 - by Michel Lespinasse <walken(a)zoy.org> and Aaron Holtzman
a52dec: invalid option -- h
usage: a52dec [-o <mode>] [-s [<track>]] [-t <pid>] [-c] [-r] [-a] \
[-g <gain>] <file>
-s use program stream demultiplexer, track 0-7 or 0x80-0x87
-t use transport stream demultiplexer, pid 0x10-0x1ffe
-c use c implementation, disables all accelerations
-r disable dynamic range compression
-a disable level adjustment based on output mode
-g add specified gain in decibels, -96.0 to +96.0
-o audio output mode
oss
ossdolby
oss4
oss6
wav
wavdolby
aif
aifdolby
peak
peakdolby
null
null4
null6
float
And I can get mplayer to work with:
mplayer -ao oss
Any helpful hints??
Thanks
Simon