Hi,
We are encountering the same issue (stuck inside an infinite loop in mp3enc_bitstream.c line 984) while trying to encode PCMU to MP3..
Also we don't flush the encoder using NULL input.
Did you guys figure out the solution for this problem yet ?
Thanks in advance.
Hi,
We are facing the same problem described here (stuck in an infinite loop in mp3enc_bitstream.c line 984).
Also we are not passing NULL input to the encoder anywhere in our code.
Did you guys figure out a solution for this problem yet ?
Thanks in advance.
If I remember correctly one has to not use NULLs and get the partial data. Then combine data for two packets worth and send it. See the mp3streamer test app in live555.
bitsmaker wrote:
If I remember correctly one has to not use NULLs and get the partial data. Then combine data for two packets worth and send it. See the mp3streamer test app in live555.
Thanks for you reply.
As mentioned in my earlier post we are not passing NULL input at all to the encoder and still facing the problem with IPP version 6.1.6.
Other strange thing is that the issue is seen while running our software on Virtual Machine and things work fine when it is run on a physical machine.
Any other suggestions/thoughts ?
For more complete information about compiler optimizations, see our Optimization Notice.