infinite loop in sub sync_mp3_frame
Brought to you by:
gilm
I have found one problem recording stream http://radioera.com.ua/online/era.m3u
Nearly 50% of script starts begin with infinite loop in sub sync_mp3_frame.
Debug logs attached.
Ifinite loop: log1.txt log4.txt log5.txt
Good recordings: log2.txt log3.txt log6.txt
I have workarounded problem by replacing string
"return $data if ($expected_sync_count == 0);"
to
"return $data;"
But I am not sure this is right solution, but winamp plays all recorded mp3s without any problem.
I hope this info will help you to fix script.
logs