karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 106 forks source link

KH13: Continuation of [WARN format-mp3/validate_mpeg source /ecr_low.aac, len 753, unprocessed 771] Error. #278

Open DaneStreeter opened 4 years ago

DaneStreeter commented 4 years ago

Hey Karl

We've just updated to KH13 and continue to see a processing error:

KH13: Continuation of [WARN format-mp3/validate_mpeg source /ecr_low.aac, len 753, unprocessed 771] Error.

I believe this was supposed to be fixed in KH12 but we cannot run that due to reloading + segfault issues with Stretch onwards. Is this new to KH13 or is the issue still present across all versions?

Yahav commented 4 years ago

I as well get those kinda errors, any hints to what those are yet?

karlheyes commented 4 years ago

those are actually warns for me really. There is block sizing going on based on the incoming rate and the size of frames looks to be pushing a limit. That message should also trigger an increase in size so the stream content should be ok. Obviously you should not get those messages but the bit I find confusing is the len figure should not be that for kh13, kh10 yes possible. I can comment out the entry or at least make it a debug.

karl