Kodi Community Forum

Full Version: dvd player not sound
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.I am build kodi 16.1(https://github.com/xbmc/xbmc/releases/tag/16.1-Jarvis) in my solo2.Work is fine,but when select play video dvd player no sound and picture is bad.
FFMPEG for Kodi present.Help me?
is kodi working well on MIPS platform?
Yes.

ffmpeg-kodi_git config
EXTRA_OECONF = " \
--extra-cflags='-fdata-sections -ffunction-sections' \
--extra-ldflags='-Wl,--gc-sections' \
--prefix=${prefix} \
--build-suffix=-${PN} \
--incdir=${prefix}/include/${PN} \
--arch=${TARGET_ARCH} \
--cross-prefix=${TARGET_PREFIX} \
--target-os=linux \
--sysroot=${STAGING_DIR_HOST} \
--enable-bzlib \
--enable-cross-compile \
--enable-openssl \
--enable-nonfree \
--enable-pthreads \
--disable-pic \
--disable-shared \
--enable-swscale \
--enable-zlib \
--enable-gpl \
--enable-static \
--disable-devices \
--disable-htmlpages \
--disable-manpages \
--disable-mipsfpu \
--disable-mipsdspr1 \
--disable-mipsdspr2 \
--disable-podpages \
--disable-stripping \
--disable-txtpages \
--disable-vdpau \

Kodi conf
EXTRA_OECONF = " \
--enable-gles \
--enable-libusb \
--enable-airplay \
--enable-optimizations \
--enable-rtmpdump \
--disable-pulse \
--disable-optical-drive \
--disable-ssh \
--disable-x11 \
--disable-joystick \
--disable-libcec \
--disable-lirc \
--disable-texturepacker \
--with-ffmpeg=shared \
--enable-pulse=no \

I have a feeling that the kodi can not see ffmpeg,but engma2 player work is fine.
Sound in builtin Kodi DVD player is intentionally turned off, since it doesn't work with alsa at all and with OSS it works but only stereo and there are problems with disappearing sound.
What settings are responsible for the inclusion of alsa?
Sound is ok.But dvd player work in software decoder.How to fix it?