Ok, I will have a go at convincing upstream. I am sure I have emailed
the icecast-dev mailing list in the past and didn't get any response.
But will give it another go.
Note that the value for 'layer' in the frame header isn't the same as
the layer number:
http://www.mp3-tech.org/programm
package libshout
tags 358434 wontfix
thanks
On Sat, 20 May 2006 15:07:36 +0100 Nicholas J Humfrey wrote:
>
> Simply comment out lines 300 and 301 in mp3.c.
>
> //if (mh->layer != 2)
> //return 0;
>
>
> Or possibly just allow Layers 2 and 3:
>
> if (mh->layer
Simply comment out lines 300 and 301 in mp3.c.
//if (mh->layer != 2)
//return 0;
Or possibly just allow Layers 2 and 3:
if (mh->layer != 2 || mh->layer != 1)
return 0;
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscr
3 matches
Mail list logo