Hi I have a problem playing audi CD' on my zgemma H9 combo.
The CD is recognized and the correct playlist file in /media/audiocd/ is created.
But selecting a track from the playlist and pressing OK I just get a "format not supported" error.
I can play the cd using for examle
gst-launch-1.0 cdiocddasrc track=5 ! audioconvert ! audioresample ! alsasink
so the CD is OK and a working software is there,
Running enigma2 in debugging mode, it says
... playing 4097:0:0:0:0:0:0:0:0:0:/media/audiocd/track-02.cda
10:28:21.9231 ../servicehisilicon.cpp:709 eServiceHisilicon [eServiceHisilicon] construct!
10:28:21.9232 ../servicehisilicon.cpp:755 eServiceHisilicon [eServiceHisilicon] uri=/media/audiocd/track-02.cda
10:28:21.9424 ../servicehisilicon.cpp:532 netlink_event [eServiceHisilicon] error 6
It seems like the playing request uri=/media/audiocd/track-02.cda is correctly passed to servicehisilicon.cpp
and there, it is unable to play a cda file.
Is there a way to redirect the playing request to something like the gst-launch line above?
Can I install any other player plugin that would take precedence over the servicehisilicon application?
Any help is appreciated
Martin