search for: format_error

Displaying 5 results from an estimated 5 matches for "format_error".

2025 Jan 09
1
string_to_sid: SID @www is not in a valid format
...roup. I am thinking this log entry MIGHT mean that it did not find an NIS group? Source Reference from Error: ? ../../libcli/security/dom_sid.c:216(dom_sid_parse_endp) Line 216 in the dom_sid.c file appears to have a function that checks to see if the SID isdigit and when it is not, it calls the format_error function. In my case the group name is "www" so that would not be a digit like most SIDs are. format_error: DEBUG(3, ("string_to_sid: SID %s is not in a valid format\n", sidstr)); return false; Share: [www] comment = Samba share for www create...
2004 Aug 06
2
Also.. Relaying
...urn FORMAT_TYPE_VORBIS; /* Now blessed by IANA */ > else if(strcmp(contenttype, "audio/mpeg") == 0) > return FORMAT_TYPE_MP3; > + else if(strcmp(contenttype, "audio/x-mpeg") == 0) > + return FORMAT_TYPE_MP3; > else > return FORMAT_ERROR; > } > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to > 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body....
2004 Aug 06
3
Also.. Relaying
I also tried installing Icecast 1.31 ... the config file claims its relaying capabilities aren't very well tested and I can verify this. But now I'm concerned that even 2.0 won't work for me in relaying. I'm trying to relay multiple streams from a cluster these hardware encoding devices: http://www.audioactive.com/products/realtime_enc/rte_ovw.html ...to do so you
2004 Aug 06
0
Also.. Relaying
...-55,6 +55,8 @@ return FORMAT_TYPE_VORBIS; /* Now blessed by IANA */ else if(strcmp(contenttype, "audio/mpeg") == 0) return FORMAT_TYPE_MP3; + else if(strcmp(contenttype, "audio/x-mpeg") == 0) + return FORMAT_TYPE_MP3; else return FORMAT_ERROR; } --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mess...
2004 Aug 06
2
improved error.log output --diff
...INFO1("Source (%s) logged in, but there are too many sources, %s", mount, client->con->ip); global_unlock(); return 0; } @@ -442,7 +442,7 @@ if (contenttype != NULL) { format_type_t format = format_get_type(contenttype); if (format == FORMAT_ERROR) { - WARN1("Content-type \"%s\" not supported, dropping source", contenttype); + WARN1("Content-type \"%s\" not supported, dropping source, %s", contenttype, client->con->ip); thread_mutex_unlock(&(config_locks()-&...