Stephan Fuhrmann

Results 17 comments of Stephan Fuhrmann

AAC recording should work fine at the moment. AAC playback is lacking a good AAC Java library to decode at the moment. There are some AAC decoding libraries, but they...

Hi @snibles I had another look into the AAC decoder problem today and found out that the decoder is failing when it mis-interprets a MP3 stream as a AAC stream....

Test stream replay works. Real station stream does not work.

Rework in 1.10.1 works for now in testing.

Current situation is like this: The AAC plugin works, but whenever it gets presented other data than AAC it easily ends in an endless loop. My preference here is to...

@lonely-lockley I tried your PR and I still see the code stuck in `BufferedInputStream.skip()` ``` at java.net.SocketInputStream.socketRead0([email protected]/Native Method) at java.net.SocketInputStream.socketRead([email protected]/SocketInputStream.java:115) at java.net.SocketInputStream.read([email protected]/SocketInputStream.java:168) at java.net.SocketInputStream.read([email protected]/SocketInputStream.java:140) at sun.security.ssl.SSLSocketInputRecord.read([email protected]/SSLSocketInputRecord.java:478) at sun.security.ssl.SSLSocketInputRecord.readHeader([email protected]/SSLSocketInputRecord.java:472) at sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket([email protected]/SSLSocketInputRecord.java:70)...

I had a workaround that was patching the generated sources. It was mapping the missing class references to `java.util.Map` instances. It does - remove the import of the missing classes...