[Icecast] Re: icecast2yp server problem...
oddsock
oddsock at oddsock.org
Thu Mar 3 14:25:12 UTC 2005
At 04:40 AM 3/3/2005, you wrote:
>On Wed, 02 Mar 2005 18:39:59 -0600, oddsock <oddsock at oddsock.org> wrote:
> >
> > yup...you betcha... change
> > hextable['d'] = 13;
> > To
> > hextable['d'] = 14;
>
>I'd say hextable['e'] should be 14...
you are, of course, correct...
the hex table should look like :
hextable['d'] = 13;
hextable['e'] = 14;
hextable['f'] = 15;
instead of
hextable['d'] = 13;
hextable['e'] = 13;
hextable['f'] = 15;
oddsock
More information about the Icecast
mailing list