Hi
is it need to use bitstreamout plugin http://downloads.sourceforge.net/sourceforge/bitstreamout/vdr-bitstreamout-0...
for vdr 178 and vdr-xine 093 ?
I don't have AC3 audio from my via8237 integrated sound card, but mono and stereo audio work well with spdif (in vdr setup I turn on the option for use DD)
anyway I couldn't compile bitstreamout
arvdr:/usr/src/vdr/PLUGINS/src/bitstreamout# make all bitstreamout Version 0.89b g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPIC -DPLUGIN_NAME_I18N='"bitstreamout"' -D_GNU_SOURCE -DVERSION="0.89b" -DHAS_ASOUNDLIB_H -DHAS_CDEFS_H -DHAS_MAD_H -I../s2-liplianin/linux/include -I../../../include -c bitstreamout.c bitstreamout.c: In member function ‘virtual bool cBitStreamOut::Start()’: bitstreamout.c:239: error: cannot allocate an object of abstract type ‘cReplayOutSPDif’ replay.h:33: note: because the following virtual functions are pure within ‘cReplayOutSPDif’: ../../../include/vdr/audio.h:27: note: virtual void cAudio::PlayTs(const uchar*, int) make: *** [bitstreamout.o] Ошибка 1
Goga777 wrote:
is it need to use bitstreamout plugin http://downloads.sourceforge.net/sourceforge/bitstreamout/vdr-bitstreamout-0...
for vdr 178 and vdr-xine 093 ?
Xine-lib handles encoded formats such as AC3 and DTS over S/PDIF. No vdr plugins are required. Try to set up AC3 audio from DVD first with gxine or other xine UI player. There is a pass-trough option somewhere.
BR, Seppo
is it need to use bitstreamout plugin http://downloads.sourceforge.net/sourceforge/bitstreamout/vdr-bitstreamout-0...
for vdr 178 and vdr-xine 093 ?
Xine-lib handles encoded formats such as AC3 and DTS over S/PDIF. No vdr plugins are required. Try to set up AC3 audio from DVD first with gxine or other xine UI player. There is a pass-trough option somewhere.
yes, in xine config there's some options but they couldn't help me :9 I can listen mono and stereo audio through spdif and can't listen anything if I switch on DD audio tarck
# device used for mono output # string, default: default audio.device.alsa_default_device:iec958:CARD=V8237,DEV=0
# device used for stereo output # string, default: plug:front:default audio.device.alsa_front_device:iec958:CARD=V8237,DEV=0
# alsa mixer device # string, default: PCM #audio.device.alsa_mixer_name:PCM
# sound card can do mmap # bool, default: 0 #audio.device.alsa_mmap_enable:0
# device used for 5.1-channel output # string, default: iec958:AES0=0x6,AES1=0x82,AES2=0x0,AES3=0x2 audio.device.alsa_passthrough_device:iec958:CARD=V8237,DEV=0
# device used for 4-channel output # string, default: plug:surround40:0 audio.device.alsa_surround40_device:plug:surround40:iec958:CARD=V8237,DEV=0
# device used for 5.1-channel output # string, default: plug:surround51:0 audio.device.alsa_surround51_device:plug:surround51:iec958:CARD=V8237,DEV=0
# speaker arrangement # { Mono 1.0 Stereo 2.0 Headphones 2.0 Stereo 2.1 Surround 3.0 Surround 4.0 Surround 4.1 Surround 5.0 Surround audio.output.speaker_arrangement:Pass Through
# offset for digital passthrough # numeric, default: 0 #audio.synchronization.passthrough_offset:0
# play audio even on slow/fast speeds # bool, default: 0 #audio.synchronization.slow_fast_audio:0
# method to sync audio and video # { metronom feedback resample }, default: 0 #audio.synchronization.av_sync_method:metronom feedback