is it possible to add mosquitto-clients to LE?
I'm running LE as part of my home theatre and want to publish some events to central message broker on OpenHab for automation.
is it possible to add mosquitto-clients to LE?
I'm running LE as part of my home theatre and want to publish some events to central message broker on OpenHab for automation.
fixed it by " tune2fs -L STORAGE /dev/mmcblk0p2".
got his solution from 8.90.004 announcement thread
HI all,
just updated my OC2 to new version and got a severe problem on boot:
Error in mount_storage: mount_common: Could not mount LABEL-STORAGE
Starting debugging shell for boot step: mount_storage ... type exit to quit
If I manually mount via
# mount /dev/mmcbkl0p2 /storage
# exit
in debugging shell my OC2 is starting without problems.
Any idea how to fix problem?
Thx & Cheers,
Hans
atrocity: got same problems with my ODROID C2. Got 100% cpu busy on one core paying multi channel DSF files.
My approach for DSD/ISO files:
- I'm keeping iso-files as archive files
- use sacd_extract to build intermediate DSF files (some iso contain both stereo and multi-channel)
- use dsf2flac to generate FLAC files (88,2 kHz, see below )
- some bash scripting: fill meta data in FLAC files using metadsf/metaflac
- put (multichannel ) flac files into KODi music library
example of playing multi channel FLAC file transcoded from ISO/DSF:
DEBUG: CAESinkALSA::GetChannelLayout - Input Channel Count: 6 Output Channel Count: 8
DEBUG: CAESinkALSA::GetChannelLayout - Requested Layout: FL,FR,FC,LFE,SL,SR
DEBUG: CAESinkALSA::GetChannelLayout - Got Layout: FL,FR,LFE,FC,SL,SR,UNKNOWN1,UNKNOWN1 (ALSA: FL FR LFE FC RL RR NA NA)
DEBUG: CActiveAESink::OpenSink - ALSA Initialized:
DEBUG: Output Device : AML-M8AUDIO
DEBUG: Sample Rate : 88200
DEBUG: Sample Format : AE_FMT_S32NE
DEBUG: Channel Count : 8
DEBUG: Channel Layout: FL,FR,LFE,FC,SL,SR,UNKNOWN1,UNKNOWN1
DEBUG: Frames : 2048
DEBUG: Frame Size : 32
-> ODROID C2 can play multichannel FLAC files with moderate CPU consumption.
Checked with my Onkyo AVR supporting "PCM, 8 ch, 32/44.1/48/88.2/96/176.4/192 kHz, 16/20/24 bit"
hope this helps
Hans
Hi usul27,
ATMOS is working on Odroid C2 on my system since first LE installation.
From my basic understanding, ATMOS is just an extension to TrueHD. KODI is just passing a TrueHD stream in passthru mode to your AVR.
Is TrueHD working on your system? Please check if you have <truehdpasstrough>true</truehdpassthrough in adv.xml or guisettings.xml.
See attached an extract of kodi.log while playing ATMOS file ; my AVR (ONKYO) shows ATMOS as input!