search for: icecast_log_warn

Displaying 3 results from an estimated 3 matches for "icecast_log_warn".

2016 Oct 02
2
Icecast 2.4.3, minor bug
source.c, function source_reserve() : Function avl_tree_wlock(global.source_tree) call must be placed before do-while, not inside the cycle. My correction in block _DIGI: #define _DIGI ... if(mount[0] != '/') ICECAST_LOG_WARN("Source at \"%s\" does not start with '/', clients will be " "unable to connect", mount); #ifdef _DIGI avl_tree_wlock (global.source_tree); do { #else do { avl_tree_wlock (global.source_tree); #endif...
2016 Jun 06
0
[PATCH] Config: Rename mp3-metadata-interval to icy-metadata-interval
...@@ -997,7 +997,7 @@ static void _parse_root(xmlDocPtr doc, "interface (stylesheets, images)."); __check_hostname(configuration); - + if (!configuration->location || strcmp(configuration->location, CONFIG_DEFAULT_LOCATION) == 0) { ICECAST_LOG_WARN("Warning, <location> not configured, using default " @@ -1005,7 +1005,7 @@ static void _parse_root(xmlDocPtr doc, if (!configuration->location) configuration->location = (char *) xmlCharStrdup(CONFIG_DEFAULT_LOCATION); } - + if (!configura...
2019 Feb 03
1
YP listings in version 2.5 beta
Hi, This thread seems to have stalled. Would anyone still be able to help me with this one? I?ve posted my log as requested. Any advice would be a great help. > > Message: 1 > Date: Tue, 29 Jan 2019 20:00:21 +1000 > From: Damian <db76 at riseup.net> > To: icecast at xiph.org > Subject: Re: [Icecast] Icecast Digest, Vol 175, Issue 11 > Message-ID: