Here the new patches for audio cd support whitout cdfs kernel module.
1 : hotplug-e2-helper patch
2 : enigma2 patch against latest master.
3 : busybox patch for very severe config bug (The mdev config bug is really a blocker issue read :http://forums.openpl...ndpost&p=507169 )
Why it it such a severe patch ?
- The processor is occupied with continousely restarting the bdpoll for nothing during media detection phase.
- The memory is filled up with a lot blocked segments for nothing.
- The base detection off media after insertion is interrupted regularly which ad random may lead to enigma2 crash till complete box lock up.
- If box does not lock by dvd it does by some dvd's interrupt the required playing of initial media protection menu's.
- and I suspect there are more problems related to that ....
For audio cd playing with those 3 patches it should also work on the current pli4 gst-0.1 image. Without cdfs kernel module.
For gst-1
libcdio needs to be upgraded to 0.93 and cdtextinfo needs to be patched to work with cdio above 0.9.
That's all You have to to for dm8000.
For vuduo2 also extra installation off :
kernel-module-udf , kernel-module-cdrom, kernel-module-sr-mod, and cdtextinfo is required.
extra note: gst-0.1 and gst-1.0 image by dm8000 cd stops playing after a while ad random:
- for old gst-0.1 it's a sync issue not solved with the current pli4 used sink's.
- for gst-1 the base used dm sink not ok . It is not ok for mkv high vcq audio streams(by HD mkv's mostly this type off audio streams is used) and bugs with sync issues when dtsdownmix needed.
For dm8000 (certainly) use https://github.com/c...ox-dvbmediasink
sink config
# for dm8000
DVBMEDIASINK_CONFIG = "--with-dreambox --with-pcm --with-wma --with-wmv --with-dtsdownmix --with-eac3 --with-limited-mpeg4v2"
# for dm800se
DVBMEDIASINK_CONFIG = "--with-dreambox --with-pcm --with-wma --with-wmv --with-dtsdownmix --with-eac3"
For vuduo2 use :
DVBMEDIASINK_CONFIG = "--with-vuplus --with-wmv --with-pcm --with-eac3"
The base setup for audio :
by dm series audio must always run async mode.
by vuduo2/solo2 audio sync must always run in sync mode !!
For other vu+ series I don't.
For et and other boxes I don't.
The sync mode or not for audio is related to base dvb driver and that's a manufacturer issue base dvd driver.