I tried to add a new radio station which provides an m3u link. I have downloaded the m3u file and copied it to my WEBRADIO folder. When I try to start stream, volume stops immediately after a second.
I tried to find any log entries, but I am not sure how to activate the logs and where to search.
RadioStation: liferadio.at/streamplaylists/stream1.m3u
Volumio Release 1.55
Hardware: PI1
The mpd provides the following logs
Jan 28 16:50 : client: [44] process command "load "WEBRADIO/MyAustria/LifeRadioM3U.m3u""
Jan 28 16:50 : client: [0] process command "playlistinfo "3""
Jan 28 16:50 : client: [0] command returned 0
Jan 28 16:50 : curl: icy-metaint=16000
Jan 28 16:50 : decoder_thread: probing plugin mad
Jan 28 16:50 : mad: mp3 file header indicates too many frames: 75329117
Jan 28 16:50 : mad: input/Input does not appear to be a mp3 bit stream
Jan 28 16:50 : decoder_thread: probing plugin ffmpeg
Jan 28 16:50 : ffmpeg: detected input format 'mp3' (MPEG audio layer 2/3)
Jan 28 16:50 : ffmpeg/mp3: err{or,}_recognition separate: 1; 1
Jan 28 16:50 : ffmpeg/mp3: err{or,}_recognition combined: 1; 1
Jan 28 16:50 : icy_metadata: unknown icy-tag: 'StreamUrl'
Jan 28 16:50 : ffmpeg/mp3: Estimating duration from bitrate, this may be inaccurate
Jan 28 16:50 : ffmpeg/mp3: err{or,}_recognition separate: 1; 1
Jan 28 16:50 : ffmpeg/mp3: err{or,}_recognition combined: 1; 1
Jan 28 16:50 : decoder: audio_format=44100:16:2, seekable=false
Jan 28 16:50 : client: [0] process command "status"
Jan 28 16:50 : client: [0] command returned 0
Jan 28 16:50 : client: [0] process command "currentsong"
Jan 28 16:50 : client: [0] command returned 0
Jan 28 16:50 : client: [0] process command "playlistinfo "3""
Jan 28 16:50 : client: [0] command returned 0
Jan 28 16:50 : alsa_output: opened hw:0,0 type=HW
Jan 28 16:50 : alsa_output: format=S16_LE (Signed 16 bit Little Endian)
Jan 28 16:50 : alsa_output: buffer: size=256..16384 time=5804..371520
Jan 28 16:50 : alsa_output: period: size=256..16384 time=5804..371520
Jan 28 16:50 : alsa_output: default period_time = buffer_time/4 = 371519/4 = 92879
Jan 28 16:50 : alsa_output: buffer_size=16384 period_size=4096
Jan 28 16:50 : output: opened plugin=alsa name="Output" audio_format=44100:16:2
Jan 28 16:50 : client: [47] process command "status"
Jan 28 16:50 : client: [47] command returned 0
Jan 28 16:50 : client: [47] process command "playlistinfo 2"
Jan 28 16:50 : client: [47] command returned 0
Jan 28 16:50 : client: [47] process command "close"
Jan 28 16:50 : client: [47] command returned 3
Jan 28 16:50 : client: [48] process command "status"
Jan 28 16:50 : client: [48] command returned 0
Jan 28 16:50 : ffmpeg/mp3: incomplete frame
Jan 28 16:50 : ffmpeg: decoding failed, frame skipped
Jan 28 16:50 : client: [48] process command "idle"
Jan 28 16:50 : client: [48] command returned 1
Jan 28 16:50 : client: [50] opened from 127.0.0.1:59608
Jan 28 16:50 : client: [50] closed
Jan 28 16:50 : client: [0] process command "status"
Jan 28 16:50 : client: [0] command returned 0
Jan 28 16:50 : client: [0] process command "playlistinfo "3""
Jan 28 16:50 : client: [0] command returned 0
Jan 28 16:50 : client: [0] process command "status"
Jan 28 16:50 : player: played "http://stream1.liferadio.at"
Jan 28 16:50 : client: [0] command returned 0
Jan 28 16:50 : playlist: stop
Jan 28 16:50 : output: closed plugin=alsa name="Output"
Jan 28 16:50 : client: [0] process command "currentsong"
Jan 28 16:50 : client: [0] command returned 0
Jan 28 16:50 : client: [48] process command "status"
Jan 28 16:50 : client: [48] command returned 0
It seems to me that the volume mpc client closes the connection.
g