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 

Repeat Playlist?

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



Joined: 06 Mar 2010
Posts: 2

PostPosted: Sat Mar 06, 2010 6:35 am    Post subject: Repeat Playlist? Reply with quote

Hi All,

I am new Icecast streaming and have recently gotten an instance _mostly_ working. One problem that I am having that I haven't been able to figure out is why my playlist (fed in by my ices mp3 client) is not repeating after getting to the last song in the list. The stream will just end and the client process exits. I don't see a configuration parameter pertaining to having the playlist repeat and nor do I see one in the server's configuration. I haven't had any luck searching for any answer on the web or in this forum. Please advise.

Thanks,
Onyx
Back to top
View user's profile Send private message
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Wed Mar 10, 2010 9:52 am    Post subject: Reply with quote

Ices0 is not really maintained nor documented. However, reading source code shows that playlist should automatically rewind and restart.
This is shown in pm_builtin.c source, in static char * playlist_builtin_get_next (void)
function:
Code:
  if (feof (fp)) {
    ices_log_debug ("Reached end of playlist, rewinding");
    lineno = 0;
    rewind (fp);
  }

As I don't use this old client, I cannot trace what is your issue.
You should start ices0 in debug mode to trace this issue.
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
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