On Friday 11 May 2007 19:03, Harald Milz wrote:
> Hi,
>
> I would like to use the dvd plugin (CVS as of today) together with
> softdevice-0.4.0. Plays DVDs fine but no sound. In the plugin's source code
> there's in player-dvd.c:
>
> BitStreamOutActive = false;
> HasBitStreamOut = (cPluginManager::GetPlugin("bitstreamout") != NULL);
>
> SoftDeviceOutActive = false;
> HasSoftDeviceOut = (cPluginManager::GetPlugin("xine") != NULL);
>
> Shouldn't the plugin also check for softdevice? player-dvd.h says
>
> static bool SoftDeviceOutActive; // currently used to switch for xine
> static bool HasSoftDeviceOut; // currently used to switch for xine
Usually I do not modify dvd plugin to get sound :-) (AC3 optical link
to external decoder) . So it's only up to the "normal" audio selector
of vdr to choose the audio track.
>
> Hmmm -
[snip]
> libdvdnav: Menu Languages available: en
> libdvdnav: Language 'de' not found, using 'en' instead
> libdvdnav: Menu Languages available: en
> [mpegdecoder] Error! Codec 86020 not supported by libavcodec
> [mpegdecoder] Error! Codec 86020 not supported by libavcodec
86020 = 0x15004 = CODEC_ID_AC3
Can you try to select a non AC3 audio track or rebuild ffmpeg
with AC3 decoding support, as that's to my opinion missing.
--
Stefan Lucke
_______________________________________________
vdr mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr