You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is from the icecast2 error.log at the point where the playback stops in the browser, but these messages appear each time a new track is strated, also when playback continues correctly:
[2024-03-14 15:33:24] EROR connection/_handle_connection HTTP request parsing failed
[2024-03-14 15:33:24] DBUG admin/admin_handle_request Admin request (/admin/!POKE)
[2024-03-14 15:33:24] DBUG admin/admin_handle_request Got command (!POKE)
[2024-03-14 15:33:24] EROR admin/admin_handle_request Error parsing command string or unrecognised command: !POKE
[2024-03-14 15:33:24] DBUG fserve/fserve_add_client Adding client to file serving engine
[2024-03-14 15:33:24] DBUG fserve/fserve_add_pending fserve handler waking up
[2024-03-14 15:33:24] DBUG admin/admin_handle_request Admin request (/admin/metadata)
[2024-03-14 15:33:24] DBUG admin/admin_handle_request Got command (metadata)
[2024-03-14 15:33:24] INFO admin/admin_handle_request Bad or missing password on mount modification admin request (command: metadata)
[2024-03-14 15:33:24] DBUG fserve/fserve_add_client Adding client to file serving engine
[2024-03-14 15:33:24] DBUG admin/admin_handle_request Admin request (/admin/metadata)
[2024-03-14 15:33:24] DBUG admin/admin_handle_request Got command (metadata)
[2024-03-14 15:33:24] INFO admin/admin_handle_request Received admin command metadata on mount "/play"
[2024-03-14 15:33:24] DBUG admin/command_metadata Got metadata update request
[2024-03-14 15:33:24] INFO util/util_conv_string converting metadata from UTF-8 to ISO8859-1
[2024-03-14 15:33:24] INFO admin/command_metadata Metadata on mountpoint /play changed to "Kyrie - David.cbr"
[2024-03-14 15:33:24] DBUG fserve/fserve_add_client Adding client to file serving engine
[2024-03-14 15:33:24] DBUG format-mp3/mp3_set_title shoutcast metadata block setup with StreamTitle='Kyrie - David.cbr';
[2024-03-14 15:33:24] DBUG fserve/fserv_thread_function fserve handler exit
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global clients (4)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global connections (288)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global clients (3)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global clients (4)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global connections (289)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global client_connections (217)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global clients (5)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global connections (290)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global client_connections (218)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global clients (6)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global connections (291)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global client_connections (219)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global clients (5)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update "/play" title (Kyrie - David.cbr)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global clients (4)
[2024-03-14 15:33:25] DBUG stats/modify_node_event update global clients (3)
The output of ezstream just says Streaming ... with the name of the file.
The text was updated successfully, but these errors were encountered:
Hi,
I have a very basic setup with icecast2 and ezstream to stream a set of mp3 files (24/7 in random order).
When playing the stream in a browser, it will play a few tracks and then, appearantly random, stop on this error.
It plays a few tracks and then stops when starting a new track.
I've tested opening the stream in multiple browsers and VLC and they stop at the same time.
The streaming server keeps running, so refreshing the page continues playback.
I thought perhaps some of the mp3's were faulty, but I've re-encoded all of them with constant bitrate, and that didn't change the problem.
re-encoding didn't work:
ffmpeg -i xxxx.mp3 -codec:a libmp3lame -b:a 128k xxxx.cbr.mp3
So I suspect the problem is with ezstream or with icecast2?
ezstream config file:
icecast2 config file:
This is from the icecast2 error.log at the point where the playback stops in the browser, but these messages appear each time a new track is strated, also when playback continues correctly:
The output of ezstream just says
Streaming ...
with the name of the file.The text was updated successfully, but these errors were encountered: