05-05-2021, 08:30 PM
Hi @bitlab ..just checking if you got a chance to look at the logs/ output code and any help or guidance. Appreciate the help
Thank you for your donation!
Solved: CamillaDSP - MPD unable to play flat.yml
|
05-05-2021, 08:30 PM
Hi @bitlab ..just checking if you got a chance to look at the logs/ output code and any help or guidance. Appreciate the help
05-06-2021, 09:23 PM
@katariat nothing in the logs that clarifies the issues. Only the error the following error, but that provides not enough info:
Code: May 01 13:32 : exception: Failed to play on "ALSA Default" (alsa): snd_pcm_poll_descriptors_revents() failed: No such device If you feel comfortable with the command-line terminal, you could try to increase the log output of camilladsp by editing the file /etc/alsa/conf.d/camilladsp.conf (requires sudo). Make -v argument comment and add the -l debug to the section below: Code: ############################################### Start playback again and the look/post the /var/log/mpd/log again. In my case this looks like: Code: May 06 23:11 : alsa_output: opened _audioout type=COPY suc6!
05-06-2021, 09:34 PM
@katariat correction the -v is also enough, but mpd needs to be restarted. (it is sucesfull if you see the DEBG message in log)
05-12-2021, 08:53 AM
How exactly was this solved? I'm running the latest version of moode and when I'm heading to config CamillaDSP the flat pipeline is red-crossed, and so the others in the list as well. How do I go forward?
05-12-2021, 09:02 AM
I was OP so when my setup was working I changed the flag on the thread. Others have tried to do something similar and aren’t quite able to get theirs working yet, so the discussion is ongoing (which is fine by me, just explaining the title flag)
05-12-2021, 09:11 AM
(05-12-2021, 09:02 AM)gingerbeer Wrote: I was OP so when my setup was working I changed the flag on the thread. Others have tried to do something similar and aren’t quite able to get theirs working yet, so the discussion is ongoing (which is fine by me, just explaining the title flag) Aaah, I see, thank you. So there's still ongoing on how to completely resolve this? A side question, is there a way to still access moode gui while streaming from Spotify or Airplay? I'd like to fiddle with eq while playing, but since the window is blocked by "disconnect" in the browser, it's not possible simultaneousley.
05-12-2021, 09:43 AM
(05-12-2021, 09:11 AM)windows97 Wrote: A side question, is there a way to still access moode gui while streaming from Spotify or Airplay? I'd like to fiddle with eq while playing, but since the window is blocked by "disconnect" in the browser, it's not possible simultaneousley. It is only the album view that is blocked while streaming, - the camilladsp specific windows are not blocked. If you keep the camilladsp specific windows open you can change config on the fly. Additionally, if you keep the camilladsp pipeline editor window open, you can see the current bitrate, and also some almost real-time VU meters moving :-)
05-12-2021, 12:26 PM
Hi @jensgk, as Gingerbeer mentioned, he was the original OP and i was piggybacking his thread to see if i could leverage Camilladsp and or its GUI. Unfortunately i still haven't been able to make it work through MoOde. Having said that i was able to get it working as a different step up to still my needs. My understanding from your post is that your needs might be similar to mine. Some how i think the issue is Alsa and or loopback and how it interacted with my sound card - atleast for me.
I wanted a headless setup to play Spotify and or airplay with camilladsp for crossover/ DSP. I used Shaiport-Sync (Airplay) and configured it to pipe the data to a folder and link that folder as the capture for Camilladsp. Rest everything else is the same. The plugin that moOde uses allows to capture the playback from Stdin....in my case i used shairport-sync and not depend on moOde or any MPD configurations. Happy to share the code/ set up if needed. It was very simple honestly once you get it work :-).
05-12-2021, 07:47 PM
@windows97 The problem "MPD unable to play flat.yml" is not really a specifc issue to solve. It a general way of saying that it 'just' doesn't work, so there will not not be a single solution to solve it. In case of the OP the cause was found and solved.
If the config file contains a red cross at the moode camilladsp config page (like with selecting the config and press the check button), it can be the case the config file is corrupt or invalid. It this is the case can you download the flat config and post it here, thanks? @katariat any reason why you didn't provided the requested information anymore? There is a hotfix available to enable toggling of the requested debug information from the moode camilladsp config page: Code: sudo wget -q http://moodeaudio.org/test/camilla_hotfix1.zip And if the camilladgui configuration is valid (pipeline configuration > listbox > select config > press button check), then: Some of the problems can come of that the playback device used in the camilladsp config uses the "hw:x,0" instead of the "plughw:x,0"device. You can check this by:
05-14-2021, 06:37 AM
(This post was last modified: 05-14-2021, 07:00 AM by windows97.
Edit Reason: additional edit
)
(05-12-2021, 07:47 PM)bitlab Wrote: @windows97 The problem "MPD unable to play flat.yml" is not really a specifc issue to solve. It a general way of saying that it 'just' doesn't work, so there will not not be a single solution to solve it. In case of the OP the cause was found and solved. @bitlab Here is how my flat.yml looks like: devices: samplerate: 44100 chunksize: 1024 queuelimit: 1 capture: type: File channels: 2 filename: "/dev/stdin" format: S16LE playback: type: Alsa channels: 2 device: "hw:2,0" format: S32LE mixers: stereo: channels: in: 2 out: 2 mapping: - dest: 0 sources: - channel: 0 gain: -3 inverted: false - dest: 1 sources: - channel: 1 gain: -3 inverted: false pipeline: - type: Mixer name: stereo Now I can see some mismatches, but the thing is also that I seem to not be able to edit without getting the "500 error, server got itself in trouble message." It's also that every time I save, I cannot load the configuration back into CamillaDSP and the gui to edit, so I have to start from zero again, building the pipeline and everything. At least it doesn't load into the gui editor. My platform is: Release: 7.2.1 2021-05-06 RaspiOS: 10.6 Linux kernel: 5.4.77+ #1371 Platform: Pi-B 2.0 256MB Architecture: armv6l MPD version: 0.22.6_p0x3 |
« Next Oldest | Next Newest »
|