Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

MPD - Icecast stream stops after every song

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Mon Sep 25, 2006 6:31 pm    Post subject: MPD - Icecast stream stops after every song Reply with quote

I don't know if anyone else is having this problem, but I'm using MPD to stream to icecast and I have to reconnect after every song. The stream just stops playing. It's kind of annoying to have to reconnect after each song, no? I see sparse hints of people having this problem as well, but I just can't seem to find anything specific about it.

MPD-svn 9/16/2006
Icecast 2.31.1-r1
Gentoo Linux

Listening with Windows Media Player and an ogg plugin
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Sep 25, 2006 8:21 pm    Post subject: Reply with quote

Which is actually closing the connection? mpd, icecast or WMP

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Tue Sep 26, 2006 12:06 am    Post subject: Reply with quote

Well, the MPD stream coming out of the speakers of the computer MPD is running on doesn't stop, so I don't think that it's MPD. However, as soon as the song switches, the WMP stops playing. I'm guessing it's icecast cause WMP doesn't do this for other streams... Sometimes when I reconnect, it says unable to play the file as well. Other times, it just resumes the new song.
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Sep 26, 2006 1:43 am    Post subject: Reply with quote

Why guess?, check the icecast logs files, that will tell you, and therefore us, what is actually happening.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Tue Sep 26, 2006 1:54 am    Post subject: Reply with quote

Ok, here's the log output at song change with me connected via WMP

Code:

[2006-09-25  21:52:24] DBUG stats/modify_node_event update node total_bytes_read (32243206)
[2006-09-25  21:52:24] DBUG stats/modify_node_event update node total_bytes_sent (3467683)
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node total_bytes_read (32328038)
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node total_bytes_sent (3552586)
[2006-09-25  21:52:29] DBUG format-vorbis/initiate_flush adding EOS packet
[2006-09-25  21:52:29] DBUG format-vorbis/get_buffer_finished flushing page
[2006-09-25  21:52:29] DBUG format-vorbis/get_buffer_finished flushing page
[2006-09-25  21:52:29] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2006-09-25  21:52:29] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2006-09-25  21:52:29] DBUG format-ogg/free_ogg_codecs freeing codecs
[2006-09-25  21:52:29] DBUG format-vorbis/vorbis_codec_free freeing vorbis codec
[2006-09-25  21:52:29] DBUG format-vorbis/initial_vorbis_page checking for vorbis codec
[2006-09-25  21:52:29] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2006-09-25  21:52:29] DBUG format-vorbis/process_vorbis_page processing incoming header packet (1)
[2006-09-25  21:52:29] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2006-09-25  21:52:29] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2006-09-25  21:52:29] DBUG format-vorbis/process_vorbis_page we have the header packets now
[2006-09-25  21:52:29] DBUG format-vorbis/process_vorbis_headers Adding the 3 header packets
[2006-09-25  21:52:29] DBUG format-ogg/format_ogg_attach_header attaching BOS page
[2006-09-25  21:52:29] DBUG format-ogg/format_ogg_attach_header attaching header page
[2006-09-25  21:52:29] DBUG format-ogg/format_ogg_attach_header attaching header page
[2006-09-25  21:52:29] DBUG format-vorbis/initiate_flush adding EOS packet
[2006-09-25  21:52:29] DBUG format-vorbis/get_buffer_finished flushing page
[2006-09-25  21:52:29] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2006-09-25  21:52:29] INFO source/get_next_buffer End of Stream /MaoRadio.ogg
[2006-09-25  21:52:29] INFO source/source_shutdown Source "/MaoRadio.ogg" exiting
[2006-09-25  21:52:29] DBUG source/source_clear_source clearing source "/MaoRadio.ogg"
[2006-09-25  21:52:29] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2006-09-25  21:52:29] DBUG format-ogg/free_ogg_codecs freeing codecs
[2006-09-25  21:52:29] DBUG format-vorbis/vorbis_codec_free freeing vorbis codec
[2006-09-25  21:52:29] DBUG source/source_free_source freeing source "/MaoRadio.ogg"
[2006-09-25  21:52:29] INFO connection/_handle_source_request Source logging in at mountpoint "/MaoRadio.ogg"
[2006-09-25  21:52:29] DBUG connection/connection_complete_source sources count is 0
[2006-09-25  21:52:29] DBUG source/source_apply_mount Applying mount information for "/MaoRadio.ogg"
[2006-09-25  21:52:29] DBUG source/source_apply_mount YP changed to 1
[2006-09-25  21:52:29] DBUG source/source_update_settings public set to 1
[2006-09-25  21:52:29] DBUG source/source_update_settings max listeners to -1
[2006-09-25  21:52:29] DBUG source/source_update_settings queue size to 524288
[2006-09-25  21:52:29] DBUG source/source_update_settings burst size to 65535
[2006-09-25  21:52:29] DBUG source/source_update_settings source timeout to 10
[2006-09-25  21:52:29] DBUG source/source_update_settings fallback_when_full to 0
[2006-09-25  21:52:29] DBUG connection/connection_complete_source source is ready to start
[2006-09-25  21:52:29] DBUG fserve/fserve_add_client_callback Adding client to file serving engine
[2006-09-25  21:52:29] DBUG stats/process_source_event delete node audio_bitrate
[2006-09-25  21:52:29] DBUG stats/process_source_event delete node audio_channels
[2006-09-25  21:52:29] DBUG stats/process_source_event delete node audio_samplerate
[2006-09-25  21:52:29] DBUG stats/process_source_event new node audio_samplerate (44100)
[2006-09-25  21:52:29] DBUG stats/process_source_event new node audio_channels (2)
[2006-09-25  21:52:29] DBUG stats/process_source_event new node audio_bitrate (160000)
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node ice-bitrate (160)
[2006-09-25  21:52:29] DBUG stats/process_source_event delete node artist
[2006-09-25  21:52:29] DBUG stats/process_source_event delete node title
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node subtype (Vorbis)
[2006-09-25  21:52:29] DBUG stats/process_source_event delete source node /MaoRadio.ogg
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node clients (1)
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node clients (0)
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node sources (0)
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node clients (1)
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node connections (480)
[2006-09-25  21:52:29] DBUG stats/modify_node_event update node sources (1)
[2006-09-25  21:52:29] DBUG stats/process_source_event new source stat /MaoRadio.ogg
[2006-09-25  21:52:29] DBUG stats/process_source_event new node public (1)
[2006-09-25  21:52:29] DBUG stats/process_source_event new node server_name (Mao Radio)
[2006-09-25  21:52:29] DBUG stats/process_source_event new node server_description (Random selections from Mao's music collection)
[2006-09-25  21:52:29] DBUG stats/process_source_event new node genre (everything)
[2006-09-25  21:52:29] DBUG stats/process_source_event new node server_type (application/ogg)
[2006-09-25  21:52:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2006-09-25  21:52:30] DBUG source/source_init Source creation complete
[2006-09-25  21:52:30] DBUG format-vorbis/initial_vorbis_page checking for vorbis codec
[2006-09-25  21:52:30] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2006-09-25  21:52:30] DBUG format-vorbis/process_vorbis_page processing incoming header packet (1)
[2006-09-25  21:52:30] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2006-09-25  21:52:30] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2006-09-25  21:52:30] DBUG format-vorbis/process_vorbis_page we have the header packets now
[2006-09-25  21:52:30] DBUG format-vorbis/process_vorbis_headers Adding the 3 header packets
[2006-09-25  21:52:30] DBUG format-ogg/format_ogg_attach_header attaching BOS page
[2006-09-25  21:52:30] DBUG format-ogg/format_ogg_attach_header attaching header page
[2006-09-25  21:52:30] DBUG format-ogg/format_ogg_attach_header attaching header page
[2006-09-25  21:52:30] DBUG stats/process_source_event new node source_ip (127.0.0.1)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node user_agent (MPD)
[2006-09-25  21:52:30] DBUG stats/modify_node_event update node source_client_connections (219)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node listeners (0)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node channels (2)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node samplerate (44100)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node quality (5.00)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node audio_info (channels=2;samplerate=44100;quality=5%2e00)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node listenurl (http://localhost:8000/MaoRadio.ogg)
[2006-09-25  21:52:30] DBUG stats/modify_node_event update node source_total_connections (219)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node slow_listeners (0)
[2006-09-25  21:52:30] DBUG stats/modify_node_event update node listeners (0)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node listener_peak (0)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node stream_start (Mon, 25 Sep 2006 21:52:30 -0400)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node total_bytes_read (0)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node total_bytes_sent (0)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node audio_samplerate (44100)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node audio_channels (2)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node audio_bitrate (160000)
[2006-09-25  21:52:30] DBUG stats/process_source_event new node ice-bitrate (160)
[2006-09-25  21:52:30] DBUG auth/add_client_to_source max on /MaoRadio.ogg is -1 (cur 0)
[2006-09-25  21:52:30] DBUG auth/add_client_to_source Added client to /MaoRadio.ogg
[2006-09-25  21:52:30] DBUG auth/add_authenticated_client client authenticated, passed to source
[2006-09-25  21:52:30] DBUG source/source_main Client added
[2006-09-25  21:52:30] INFO source/source_main listener count on /MaoRadio.ogg now 1
[2006-09-25  21:52:30] DBUG format/format_check_http_buffer processing pending client headers
[2006-09-25  21:52:30] DBUG stats/process_source_event new node subtype (Vorbis)
[2006-09-25  21:52:30] DBUG stats/modify_node_event update node clients (2)
[2006-09-25  21:52:30] DBUG stats/modify_node_event update node connections (481)
[2006-09-25  21:52:30] DBUG stats/modify_node_event update node client_connections (262)
[2006-09-25  21:52:30] DBUG stats/modify_node_event update node listener_connections (89)
[2006-09-25  21:52:30] DBUG stats/modify_node_event update node listener_peak (1)
[2006-09-25  21:52:30] DBUG stats/modify_node_event update node listeners (1)
[2006-09-25  21:52:33] DBUG stats/modify_node_event update node clients (3)
[2006-09-25  21:52:33] DBUG stats/modify_node_event update node connections (482)
[2006-09-25  21:52:33] DBUG auth/add_client_to_source max on /MaoRadio.ogg is -1 (cur 1)
[2006-09-25  21:52:33] DBUG auth/add_client_to_source Added client to /MaoRadio.ogg
[2006-09-25  21:52:33] DBUG auth/add_authenticated_client client authenticated, passed to source
[2006-09-25  21:52:34] DBUG client/client_send_bytes Client connection died
[2006-09-25  21:52:34] DBUG source/source_main Client removed
[2006-09-25  21:52:34] DBUG source/source_main Client added
[2006-09-25  21:52:34] DBUG stats/modify_node_event update node client_connections (263)
[2006-09-25  21:52:34] DBUG stats/modify_node_event update node listener_connections (90)
[2006-09-25  21:52:34] DBUG stats/modify_node_event update node clients (2)
[2006-09-25  21:52:34] DBUG format/format_check_http_buffer processing pending client headers
[2006-09-25  21:52:35] DBUG stats/modify_node_event update node total_bytes_read (85835)
[2006-09-25  21:52:35] DBUG stats/modify_node_event update node total_bytes_sent (107628)
[2006-09-25  21:52:40] DBUG stats/modify_node_event update node total_bytes_read (166700)
[2006-09-25  21:52:40] DBUG stats/modify_node_event update node total_bytes_sent (222697)


Last edited by Anonymous on Tue Sep 26, 2006 2:34 am; edited 1 time in total
Back to top
Anonymous
Guest





PostPosted: Tue Sep 26, 2006 2:32 am    Post subject: Reply with quote

Here's the same log with winamp connected, which also gets dropped. I think we can rule out the media player...

Code:
[2006-09-25  22:29:48] DBUG stats/modify_node_event update node total_bytes_read (1804981)
[2006-09-25  22:29:48] DBUG stats/modify_node_event update node total_bytes_sent (916689)
[2006-09-25  22:29:49] DBUG format-vorbis/initiate_flush adding EOS packet
[2006-09-25  22:29:49] DBUG format-vorbis/get_buffer_finished flushing page
[2006-09-25  22:29:49] DBUG format-vorbis/get_buffer_finished flushing page
[2006-09-25  22:29:49] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2006-09-25  22:29:49] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2006-09-25  22:29:49] DBUG format-ogg/free_ogg_codecs freeing codecs
[2006-09-25  22:29:49] DBUG format-vorbis/vorbis_codec_free freeing vorbis codec
[2006-09-25  22:29:49] DBUG format-vorbis/initial_vorbis_page checking for vorbis codec
[2006-09-25  22:29:49] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2006-09-25  22:29:49] DBUG format-vorbis/process_vorbis_page processing incoming header packet (1)
[2006-09-25  22:29:49] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2006-09-25  22:29:49] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2006-09-25  22:29:49] DBUG format-vorbis/process_vorbis_page we have the header packets now
[2006-09-25  22:29:49] DBUG format-vorbis/process_vorbis_headers Adding the 3 header packets
[2006-09-25  22:29:49] DBUG format-ogg/format_ogg_attach_header attaching BOS page
[2006-09-25  22:29:49] DBUG format-ogg/format_ogg_attach_header attaching header page
[2006-09-25  22:29:49] DBUG format-ogg/format_ogg_attach_header attaching header page
[2006-09-25  22:29:49] DBUG format-vorbis/initiate_flush adding EOS packet
[2006-09-25  22:29:49] DBUG format-vorbis/get_buffer_finished flushing page
[2006-09-25  22:29:49] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2006-09-25  22:29:49] INFO source/get_next_buffer End of Stream /MaoRadio.ogg
[2006-09-25  22:29:49] INFO source/source_shutdown Source "/MaoRadio.ogg" exiting
[2006-09-25  22:29:49] DBUG source/source_clear_source clearing source "/MaoRadio.ogg"
[2006-09-25  22:29:49] DBUG format-ogg/format_ogg_free_headers releasing header pages
[2006-09-25  22:29:49] DBUG format-ogg/free_ogg_codecs freeing codecs
[2006-09-25  22:29:49] DBUG format-vorbis/vorbis_codec_free freeing vorbis codec
[2006-09-25  22:29:49] DBUG source/source_free_source freeing source "/MaoRadio.ogg"
[2006-09-25  22:29:49] INFO connection/_handle_source_request Source logging in at mountpoint "/MaoRadio.ogg"
[2006-09-25  22:29:49] DBUG connection/connection_complete_source sources count is 0
[2006-09-25  22:29:49] DBUG source/source_apply_mount Applying mount information for "/MaoRadio.ogg"
[2006-09-25  22:29:49] DBUG source/source_apply_mount YP changed to 1
[2006-09-25  22:29:49] DBUG source/source_update_settings public set to 1
[2006-09-25  22:29:49] DBUG source/source_update_settings max listeners to -1
[2006-09-25  22:29:49] DBUG source/source_update_settings queue size to 524288
[2006-09-25  22:29:49] DBUG source/source_update_settings burst size to 65535
[2006-09-25  22:29:49] DBUG source/source_update_settings source timeout to 10
[2006-09-25  22:29:49] DBUG source/source_update_settings fallback_when_full to 0
[2006-09-25  22:29:49] DBUG connection/connection_complete_source source is ready to start
[2006-09-25  22:29:49] DBUG fserve/fserve_add_client_callback Adding client to file serving engine
[2006-09-25  22:29:49] DBUG stats/process_source_event delete node audio_bitrate
[2006-09-25  22:29:49] DBUG stats/process_source_event delete node audio_channels
[2006-09-25  22:29:49] DBUG stats/process_source_event delete node audio_samplerate
[2006-09-25  22:29:49] DBUG stats/process_source_event new node audio_samplerate (44100)
[2006-09-25  22:29:49] DBUG stats/process_source_event new node audio_channels (2)
[2006-09-25  22:29:49] DBUG stats/process_source_event new node audio_bitrate (160000)
[2006-09-25  22:29:49] DBUG stats/modify_node_event update node ice-bitrate (160)
[2006-09-25  22:29:49] DBUG stats/process_source_event delete node artist
[2006-09-25  22:29:49] DBUG stats/process_source_event delete node title
[2006-09-25  22:29:49] DBUG stats/modify_node_event update node subtype (Vorbis)
[2006-09-25  22:29:49] DBUG stats/modify_node_event update node clients (3)
[2006-09-25  22:29:49] DBUG stats/modify_node_event update node connections (500)
[2006-09-25  22:29:49] DBUG stats/process_source_event delete source node /MaoRadio.ogg
[2006-09-25  22:29:49] DBUG stats/modify_node_event update node clients (2)
[2006-09-25  22:29:49] DBUG stats/modify_node_event update node clients (1)
[2006-09-25  22:29:49] DBUG stats/modify_node_event update node sources (0)
[2006-09-25  22:29:49] DBUG stats/modify_node_event update node sources (1)
[2006-09-25  22:29:49] DBUG stats/process_source_event new source stat /MaoRadio.ogg
[2006-09-25  22:29:49] DBUG stats/process_source_event new node public (1)
[2006-09-25  22:29:49] DBUG stats/process_source_event new node server_name (Mao Radio)
[2006-09-25  22:29:49] DBUG stats/process_source_event new node server_description (Random selections from Mao's music collection)
[2006-09-25  22:29:49] DBUG stats/process_source_event new node genre (everything)
[2006-09-25  22:29:49] DBUG stats/process_source_event new node server_type (application/ogg)
[2006-09-25  22:29:49] DBUG stats/process_source_event new node max_listeners (unlimited)
[2006-09-25  22:29:50] DBUG source/source_init Source creation complete
[2006-09-25  22:29:50] DBUG format-vorbis/initial_vorbis_page checking for vorbis codec
[2006-09-25  22:29:50] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2006-09-25  22:29:50] DBUG format-vorbis/process_vorbis_page processing incoming header packet (1)
[2006-09-25  22:29:50] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2006-09-25  22:29:50] DBUG format-vorbis/process_vorbis_page processing incoming header packet (2)
[2006-09-25  22:29:50] DBUG format-vorbis/process_vorbis_page we have the header packets now
[2006-09-25  22:29:50] DBUG format-vorbis/process_vorbis_headers Adding the 3 header packets
[2006-09-25  22:29:50] DBUG format-ogg/format_ogg_attach_header attaching BOS page
[2006-09-25  22:29:50] DBUG format-ogg/format_ogg_attach_header attaching header page
[2006-09-25  22:29:50] DBUG format-ogg/format_ogg_attach_header attaching header page
[2006-09-25  22:29:50] DBUG stats/process_source_event new node source_ip (127.0.0.1)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node user_agent (MPD)
[2006-09-25  22:29:50] DBUG stats/modify_node_event update node source_client_connections (227)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node listeners (0)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node channels (2)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node samplerate (44100)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node quality (5.00)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node audio_info (channels=2;samplerate=44100;quality=5%2e00)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node listenurl (http://localhost:8000/MaoRadio.ogg)
[2006-09-25  22:29:50] DBUG stats/modify_node_event update node source_total_connections (227)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node slow_listeners (0)
[2006-09-25  22:29:50] DBUG stats/modify_node_event update node listeners (0)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node listener_peak (0)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node stream_start (Mon, 25 Sep 2006 22:29:50 -0400)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node total_bytes_read (0)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node total_bytes_sent (0)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node audio_samplerate (44100)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node audio_channels (2)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node audio_bitrate (160000)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node ice-bitrate (160)
[2006-09-25  22:29:50] DBUG stats/process_source_event new node subtype (Vorbis)
[2006-09-25  22:29:55] DBUG stats/modify_node_event update node total_bytes_read (106322)
[2006-09-25  22:29:55] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2006-09-25  22:30:00] DBUG stats/modify_node_event update node total_bytes_read (199564)
[2006-09-25  22:30:00] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2006-09-25  22:30:05] DBUG stats/modify_node_event update node total_bytes_read (297549)
[2006-09-25  22:30:05] DBUG stats/modify_node_event update node total_bytes_sent (0)
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Sep 26, 2006 3:44 am    Post subject: Reply with quote

You can't rule out anything with those log snippets. Lets take each one in turn.

The first shows mpd shutting down the stream at 21:52:29, no error just a close of the connection, then an immediate reconnection of the stream (/MaoRadio.ogg). A listener connects at 21:52:30 then another at 21:52:33. At 21:52:34 a listener is removed because the listener connection has been closed.

The second list shows no listeners connecting at all. The mpd source disconnects at 22:29:49 and immediately reconnects.

From the output (so far) it looks like the source client is disconnecting, if so, the access log should show one line for each source client connection matching that of each song.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Tue Sep 26, 2006 4:03 am    Post subject: Reply with quote

Well in these, I am listening with WMP and Winamp, respectively, at the top of the log file, and after MPD changes the song I just get no sound at all. Perhaps it's cause of the tiny hiccup that MPD does between songs. I tried to turn on crossfading for MPD (maybe it'll just stream continuously), but that doesn't seem to remove the disconnect...
Back to top
Anonymous
Guest





PostPosted: Sun Oct 22, 2006 5:45 pm    Post subject: Reply with quote

Hmm...Now I upgraded to mpd 0.12.1 and still using icecast 2.3.1-r1, and I'm not getting anything in the icecast status page at all...no errors in either the mpd or icecast logs, just no mounts visible on icecast. Anyone else have this problem?
Back to top
Anonymous
Guest





PostPosted: Wed Dec 06, 2006 10:39 pm    Post subject: Reply with quote

I have this problem with Icecast too... when playing an audio stream, the track changes affect the playback of files, resulting in the playback stopping.
It happens when using OddcastV3 too...
The time in WMP carries on counting up, but the sound cuts out, and only corrects itself when the feed is restarted by reloading the URL...

If anyone comes up with a solution to this problem, it would be greatly appreciated Smile
Back to top
Anonymous
Guest





PostPosted: Thu Dec 07, 2006 1:47 am    Post subject: Reply with quote

Actually the latest versions of mpd and icecast worked for me, and they stream fine...

Although I found a better solution. Use gnump3d to stream (and if you have a gui, just get rid of mpd altogether and use amarok or something)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber