Jack Moffitt <jack@xiph.org> writes:> I assume the public flag is not set for that source. I don't see it in > there.Ah ha! I think I found the problem. Remember my setup is: xmms -> darkice 0.7 -> relay icecast server -> main icecast server | +->to other networks Darkice has: public = yes So I check darkice: Icecast.cpp: ... str = "\nx-audiocast-public: "; sink->write( str, strlen( str)); str = getIsPublic() ? "yes" : "no"; sink->write( str, strlen( str)); and then icecast: .... else if (ice_strncmp(command, "x-audiocast-public", 18) == 0) source->audiocast.public = atoi (arg); So icecast expects "1" or "0" while darkice writes "yes" or "no". I'll patch darkice right quick to verify. ------ Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org>>> The opinions expressed above are entirely my own <<<If your own vice happens to be the search for virtue, recognize that it is so. <p><p>--- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Ricardo Galli
2004-Aug-06 14:57 UTC
[icecast-dev] Why doesn't yp.icecast.org show my stream?
On 20/02/02 01:01, Dave Hayes shaped the electrons to say:> So icecast expects "1" or "0" while darkice writes "yes" or "no". > I'll patch darkice right quick to verify.It's patched in the last CVS version... -- ricardo "I just stopped using Windows and now you tell me to use Mirrors?" - said Aunt Tillie, just before downloading 2.5.3 kernel. --- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Jack Moffitt
2004-Aug-06 14:57 UTC
[icecast-dev] Why doesn't yp.icecast.org show my stream?
> So icecast expects "1" or "0" while darkice writes "yes" or "no". > I'll patch darkice right quick to verify.Please notify Akos, if he isn't watching here (he does watch these lists from time to time). This is a bug. Shoutcast also expects 0/1 not yes/no. jack. --- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.