[Pkg-icecast-devel] Bug#358434: Fix for MPEG Audio layer 2
Nicholas J Humfrey
njh at ecs.soton.ac.uk
Sat May 20 14:07:36 UTC 2006
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;
More information about the Pkg-icecast-devel
mailing list