[How to do instruction] moOde as UPnP renderer - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [How to do instruction] moOde as UPnP renderer (/showthread.php?tid=1843) |
RE: moOde as UPnP renderer - biomoode - 10-26-2019 (10-26-2019, 06:28 PM)MikeyFresh Wrote:(10-26-2019, 12:54 PM)biomoode Wrote: After having a go with Roon/moOde I tried today Audirvana to stream to moOde. My USBridge Signature runs Ropieee XL. Audirvana perfectly recognizes UPnP, but I am unable to get a track to play. Has anyone observed the same issue? Sorry, my mistake! Of course, MoOde runs on a USBridge Sig and I am trying to have Audirvana playing to MoOde. Yet, Audirvana wouldn‘t start playing a track. It does see moOde, but doesn’t play. RE: moOde as UPnP renderer - biomoode - 10-27-2019 I still have the problem that Audirvana does not start to play tracks when connected to moOde. Every time I start a track in Audirvana, moOde reports an error: 'mpd error Failed to open "ALSA Default" [alsa]; Failed to open ALSA device "hw:1,0": Device or resource busy' How can the error be fixed? Thanks for input! RE: moOde as UPnP renderer - TheOldPresbyope - 10-27-2019 (10-27-2019, 09:53 AM)biomoode Wrote: I still have the problem that Audirvana does not start to play tracks when connected to moOde. Every time I start a track in Audirvana, moOde reports an error: This is an issue with your configuration of moOde's audio output. What is your output mechanism? On-board audio out, plugin USB DAC, I2S DAC HAT? Your error message indicated moOde (via MPD) is looking for a USB DAC. As Tim wrote in another post Quote:USB DAC's are assigned card1 (hw:1,0) by moOde. Card0 (hw:0,0) is used for I2S DAC's and the On-board Pi audio device. Regards, Kent RE: moOde as UPnP renderer - biomoode - 10-28-2019 (10-27-2019, 05:42 PM)TheOldPresbyope Wrote:(10-27-2019, 09:53 AM)biomoode Wrote: I still have the problem that Audirvana does not start to play tracks when connected to moOde. Every time I start a track in Audirvana, moOde reports an error: Thank you, Kent, for the hint! My setup is such that I have my Devialet connected via USB to the USBridge Signature, so essentially a USB DAC. Accordingly, moOde should see card 1, correct? If so, where can I set moOde to card1? Thanks for help! Regards, Paul RE: moOde as UPnP renderer - Tim Curtis - 10-28-2019 Post the output from the commands below. Code: aplay -l RE: moOde as UPnP renderer - biomoode - 10-28-2019 (10-28-2019, 11:38 AM)Tim Curtis Wrote: Post the output from the commands below. Thanks, Tim! Will try and report back. Br, Paul RE: moOde as UPnP renderer - biomoode - 10-28-2019 (10-28-2019, 11:38 AM)Tim Curtis Wrote: Post the output from the commands below. aplay -l p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #ffffff; background-color: #000000} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #2fb41d; background-color: #000000} span.s1 {font-variant-ligatures: no-common-ligatures; color: #2fb41d} span.s2 {font-variant-ligatures: no-common-ligatures} span.s3 {font-variant-ligatures: no-common-ligatures; color: #400bd9} span.s4 {font-variant-ligatures: no-common-ligatures; color: #ffffff} pi@moode:~ $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA] Subdevices: 7/7 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 Subdevice #2: subdevice #2 Subdevice #3: subdevice #3 Subdevice #4: subdevice #4 Subdevice #5: subdevice #5 Subdevice #6: subdevice #6 card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 IEC958/HDMI [bcm2835 IEC958/HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: ALSA [bcm2835 ALSA], device 2: bcm2835 IEC958/HDMI1 [bcm2835 IEC958/HDMI1] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: D20 [Devialet USB Audio 2.0], device 0: USB Audio [USB Audio] Subdevices: 0/1 Subdevice #0: subdevice #0 pi@moode:~ $ moodeutl -l p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #ffffff; background-color: #000000} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #2fb41d; background-color: #000000} span.s1 {font-variant-ligatures: no-common-ligatures} span.s2 {font-variant-ligatures: no-common-ligatures; color: #ffffff} span.s3 {font-variant-ligatures: no-common-ligatures; color: #400bd9} 20191028 165447 worker: -- Start 20191028 165447 worker: Successfully daemonized 20191028 165447 worker: Integrity check (passed) 20191028 165447 worker: Session loaded 20191028 165447 worker: Debug logging (off) 20191028 165447 worker: ALSA volume set to (0%) 20191028 165448 worker: -- System 20191028 165449 worker: Host name (moode) 20191028 165449 worker: moOde release (6.3.0 2019-10-02) 20191028 165449 worker: Raspbian OS (10.1) 20191028 165449 worker: Linux kernel (4.19.75-v7+ #1270) 20191028 165449 worker: Platform (Allo USBridge SIG [Pi-CM3+ Lite 1GB v1.0]) 20191028 165449 worker: Architecture (armv7l) 20191028 165449 worker: MPD version (0.20.23) 20191028 165449 worker: CPU governor (ondemand) 20191028 165449 worker: USB boot not available 20191028 165450 worker: File system not expanded yet 20191028 165450 worker: HDMI port on 20191028 165450 worker: File check (OK) 20191028 165450 worker: -- Network 20191028 165450 worker: eth0 exists 20191028 165450 worker: eth0 (192.168.1.123) 20191028 165450 worker: wlan0 does not exist 20191028 165450 worker: -- Audio 20191028 165451 worker: ALSA outputs unmuted 20191028 165451 worker: ALSA card number (1) 20191028 165451 worker: Audio output (USB audio device) 20191028 165451 worker: Supported audio formats (U8, S16_LE) 20191028 165451 worker: ALSA mixer name (Mic) 20191028 165451 worker: MPD volume control (software) 20191028 165451 worker: Hdwr volume controller exists 20191028 165451 worker: -- Services 20191028 165451 worker: Reset renderer active state 20191028 165452 worker: MPD conf updated 20191028 165452 worker: MPD started 20191028 165453 worker: MPD accepting connections 20191028 165453 worker: Configure MPD outputs 20191028 165453 worker: MPD output 1 ALSA default (on) 20191028 165453 worker: MPD output 2 ALSA crossfeed (off) 20191028 165453 worker: MPD output 3 ALSA parametric eq (off) 20191028 165453 worker: MPD output 4 ALSA graphic eq (off) 20191028 165453 worker: MPD output 5 ALSA polarity inversion (off) 20191028 165453 worker: MPD output 6 ALSA bluetooth (off) 20191028 165453 worker: MPD output 7 HTTP stream (off) 20191028 165453 worker: MPD crossfade (off) 20191028 165453 worker: Audio source (Local) 20191028 165453 worker: Output device (Local) 20191028 165453 worker: Squeezelite renderer started 20191028 165453 worker: UPnP renderer started 20191028 165454 worker: DLNA server started 20191028 165454 worker: UPnP browser started 20191028 165454 worker: USB auto-mounter (udisks-glue) 20191028 165454 worker: -- Music sources 20191028 165454 worker: USB sources (none attached) 20191028 165455 worker: NAS and UPnP sources (mountall initiated) 20191028 165455 worker: -- Miscellaneous 20191028 165455 worker: Saved MPD vol level (0) 20191028 165455 worker: Preamp volume level (0) 20191028 165455 worker: MPD volume level (0) restored 20191028 165455 worker: ALSA volume level (100%) 20191028 165455 worker: Auto-play (Off) 20191028 165455 worker: Maintenance interval (6 hrs) 20191028 165455 worker: Screen saver activation (Never) 20191028 165455 worker: Session permissions (OK) 20191028 165455 worker: Watchdog started 20191028 165455 worker: Ready 20191028 165458 worker: Job i2sdevice 20191028 165649 worker: Job mpdcfg pi@moode:~ $ alsa-capabilities -s p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #ffffff; background-color: #000000} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #9fa01c; background-color: #000000} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #000000} p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #ffffff; background-color: #000000; min-height: 13.0px} p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #400bd9; background-color: #000000} p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #2fb41d; background-color: #000000} span.s1 {font-variant-ligatures: no-common-ligatures; color: #2fb41d} span.s2 {font-variant-ligatures: no-common-ligatures} span.s3 {font-variant-ligatures: no-common-ligatures; color: #400bd9} span.s4 {font-variant-ligatures: no-common-ligatures; color: #000000} span.s5 {font-variant-ligatures: no-common-ligatures; color: #ffffff} span.s6 {font-variant-ligatures: no-common-ligatures; color: #c0c0c0} pi@moode:~ $ alsa-capabilities -s 1) Analog output interface hw:0,0 (or hw:ALSA,0) - card name = ALSA - card label = bcm2835 ALSA - interface name = bcm2835 ALSA - usb audio class = (n/a) - character device = /dev/snd/pcmC0D0p - samplerates (Hz) = U8:44100,48000,88200,96000,176400,192000,352800,384000 S16_LE:44100,48000,88200,96000,176400,192000,352800,384000 - monitor file = /proc/asound/card0/pcm0p/sub0/hw_params - stream file = (n/a) 2) Digital output interface hw:0,1 (or hw:ALSA,1) - card name = ALSA - card label = bcm2835 ALSA - interface name = bcm2835 IEC958/HDMI - usb audio class = (n/a) - character device = /dev/snd/pcmC0D1p - samplerates (Hz) = S16_LE:44100,48000,88200,96000,176400,192000,352800,384000 - monitor file = /proc/asound/card0/pcm1p/sub0/hw_params - stream file = (n/a) 3) Digital output interface hw:0,2 (or hw:ALSA,2) - card name = ALSA - card label = bcm2835 ALSA - interface name = bcm2835 IEC958/HDMI1 - usb audio class = (n/a) - character device = /dev/snd/pcmC0D2p - samplerates (Hz) = S16_LE:44100,48000,88200,96000,176400,192000,352800,384000 - monitor file = /proc/asound/card0/pcm2p/sub0/hw_params - stream file = (n/a) 4) Digital USB Audio Class output interface hw:1,0 (or hw20,0) - card name = D20 - card label = Devialet USB Audio 2.0 - interface name = USB Audio - usb audio class = 2 - isochronous asynchronous - character device = /dev/snd/pcmC1D0p - samplerates (Hz) = S32_LE:44100,48000,88200,96000,176400,192000 S16_LE:44100,48000,88200,96000,176400,192000 - monitor file = /proc/asound/card1/pcm0p/sub0/hw_params - stream file = /proc/asound/card1/stream0 pi@moode:~ $ RE: moOde as UPnP renderer - Tim Curtis - 10-28-2019 Please edit your post and place the command output in code boxes for readability. Its the third button from the right on the toolbar. RE: moOde as UPnP renderer - biomoode - 10-28-2019 (10-28-2019, 04:46 PM)Tim Curtis Wrote: RE: moOde as UPnP renderer - Tim Curtis - 10-28-2019 Try turning off Squeezelite and UPnP renderers and then verify that the Stereo Test file or a Radio station plays. |