![]() |
Can not play a station (that works on Windows) - 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: Can not play a station (that works on Windows) (/showthread.php?tid=2118) |
Can not play a station (that works on Windows) - igorkooo - 01-26-2020 At first - great work (and player). Especially this last update. Other stations (such as http://50.31.135.43:80/wwoz-hi.mp3) work fine. But my favorite https://studio20.radiolize.com/radio/8000/320kbps.mp3?1578641935 works fine in a (Windows, Chrome) browser but could not play it on RPI (latest moode). pi@moode:/var/log/mpd $ uname -a Linux moode 4.19.83-v7+ #1277 SMP Mon Nov 11 16:30:44 GMT 2019 armv7l GNU/Linux From Log: Jan 26 11:38 : player: played "https://studio20.radiolize.com/radio/8000/320kbps.mp3?1578641935" Jan 26 11:38 : player: played "http://50.31.135.43:80/wwoz-hi.mp3" Jan 26 11:43 : alsa_output: Decoder is too slow; playing silence to avoid xrun Jan 26 11:43 : alsa_output: Decoder is too slow; playing silence to avoid xrun ... Jan 26 11:59 : alsa_output: Decoder is too slow; playing silence to avoid xrun Jan 26 11:59 : alsa_output: Decoder is too slow; playing silence to avoid xrun Jan 26 11:59 : alsa_output: Decoder is too slow; playing silence to avoid xrun Jan 26 11:59 : alsa_output: Decoder is too slow; playing silence to avoid xrun Jan 26 11:59 : alsa_output: Decoder is too slow; playing silence to avoid xrun Jan 26 11:59 : player: played "https://studio20.radiolize.com/radio/8000/320kbps.mp3?1578641935" If someone has a clue where to dig? I think that some codec update happened and mpd infrastructure simply does not support it (yet?). Thank you, Igor PS. In VLC: input bitrate statistics - about 100kb/s (95-100). Codec Stream 0, MPEG AAC Audio mp4a, Stereo, 44100Hz, 32 bits per sample In moode: Audio Information INPUT / OUTPUT Source: https://studio20.radiolize.com/radio/8000/320kbps.mp3?1578641935 Encoded at: VBR compression Decoded to: 24 bit, 48 kHz, Stereo, Destination: Local Output rate: 24 bit, 48 kHz, Stereo, 2.304 Mbps DSP OPERATIONS Volume ctl: Software (MPD 32-bit float with dither) Resampling: off Polarity inv: off Crossfade: off Crossfeed: off Parametric EQ: off Graphic EQ: off Replaygain: off Normalize vol: off Chip options: FIR interpolation with de-emphasis, Gain=0dB, Boost=.8dB AUDIO DEVICE Device: IQaudIO Pi-DigiAMP+ Chip: Burr Brown TAS5756 Interface: I2S Formats: S16_LE, S24_LE, S32_LE Platform: Pi-3B+ 1GB v1.3 RE: Can not play a station (that works on Windows) - adrii - 01-26-2020 Hi Igor Some web browsers will let you inspect the online player and discover a stream url (search for details on the internet). In this case I got https://streaming.radio.co/s5ad4b474a/listen It plays fine in Moode and is reported as 201kbps. Adrian. RE: Can not play a station (that works on Windows) - TheOldPresbyope - 01-26-2020 Interesting to compare the two sources by looking at the metadata returned to the http request (an artful use of wget in debug mode) For the original URL (minus the useless tracking info supplied by the trailing "?1578641935") Code: wget -d https://studio20.radiolize.com/radio/8000/320kbps.mp3 and for https://streaming.radio.co/s5ad4b474a/listen Code: wget -d https://streaming.radio.co/s5ad4b474a/listen So the second URL supplies the same stream but at twice the bitrate. Regards, Kent RE: Can not play a station (that works on Windows) - Tim Curtis - 01-26-2020 Thats cool :-) I didn't know that about wget. RE: Can not play a station (that works on Windows) - igorkooo - 01-27-2020 Hi guys, You are THE BEST! Thank you very much! Besides I've just learned what else to do with wget, except download url links ![]() I think that presently, this is the best small player option on RPI. Best, Igor |