AACException: unexpected profile for LTP: AAC Low Complexity
Hello, I am new to AAC decoding. I trie to decode and play the following strem: http://streams.bigfm.de/bigfm-charts-128-aac?usid=0-0-H-A-D-30 Therefore i used the Radio example (https://github.com/DV8FromTheWorld/JAADec/blob/master/src/main/java/net/sourceforge/jaad/Radio.java), but i get the exception above. When I use the Play approach of yours (https://github.com/DV8FromTheWorld/JAADec/blob/master/src/main/java/net/sourceforge/jaad/Play.java), it plays (sometimes i get the same exception, but most of time it works) but the audio stucks. Am I wrong or is this reproducable?
I have re-produced this error on a HLS stream, and have attached the segment with the error.
http://stigc.dk/shared/243.ts
good to see i am not too stupid to use this lib:D