12-13-2023, 06:51 PM
On the player configured per Francesco's instructions in his github distro up to the end of page, er,
https://github.com/FdeAlexa/PeppyMeter_a...2_moOde.md [As best I can determine, the subset of instructions for moOde 7.2.0 still apply]
Looking at the MPD log (I had debug logging enabled but I'm not sure that mattered for this)
1. Play my downloaded Art Blakey track with ALSA loopback disabled.
2. Enable ALSA loopback and play the same track again
which leads to the MPD abort I observed in syslog
Good clues, but at this point I have some things in real life I have to go take care of, so stay tuned.
Regards,
Kent
https://github.com/FdeAlexa/PeppyMeter_a...2_moOde.md [As best I can determine, the subset of instructions for moOde 7.2.0 still apply]
Looking at the MPD log (I had debug logging enabled but I'm not sure that mattered for this)
1. Play my downloaded Art Blakey track with ALSA loopback disabled.
Code:
Dec 13 10:40 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set
Dec 13 10:40 : ffmpeg/aac: Could not update timestamps for skipped samples.
Dec 13 10:40 : player: played "SDCARD/Art Blakey & The Jazz Messengers/Moanin' (Remastered)/02 Moanin'.m4a"
2. Enable ALSA loopback and play the same track again
Code:
Dec 13 10:41 : ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set
Dec 13 10:41 : ffmpeg/aac: Could not update timestamps for skipped samples.
mpd: pcm_meter.c:1220: snd_pcm_scope_s16_get_channel_buffer: Assertion `s16->buf_areas' failed.
which leads to the MPD abort I observed in syslog
Code:
mpd.service: Main process exited, code=killed, status=6/ABRT
Good clues, but at this point I have some things in real life I have to go take care of, so stay tuned.
Regards,
Kent