ESP-32S with VS1003 does not play aac Stream

Thank you for your answer!
This might be the case, if so theres nothing I can do.
But when I tried to play the m3u8 using https://github.com/schreibfaul1/ESP32-vs1053_ext,
I got the following error:

16:54:08.467 -> DEBUG:        Connect to new host: "http://stream.revma.ihrhls.com/zc5060/hls.m3u8"
16:54:10.464 -> DEBUG:        Song stopped incorrectly!
16:54:10.464 -> DEBUG:        after song stopped incorrectly
16:54:10.496 -> DEBUG:        REG            dec      bin               hex
16:54:10.496 -> DEBUG:        -----------  -------  ----------------  -------
16:54:10.496 -> DEBUG:        MODE          02056   0000100000001000   0808
16:54:10.496 -> DEBUG:        STATUS        00561   0000001000110001   0231
16:54:10.496 -> DEBUG:        BASS          00000   0000000000000000   0000
16:54:10.496 -> DEBUG:        CLOCKF        24576   0110000000000000   6000
16:54:10.528 -> DEBUG:        DECODE_TIME   00000   0000000000000000   0000
16:54:10.528 -> DEBUG:        AUDATA        08000   0001111101000000   1F40
16:54:10.528 -> DEBUG:        WRAM          00000   0000000000000000   FFFF
16:54:10.528 -> DEBUG:        WRAMADDR      22528   0101100000000000   5800
16:54:10.528 -> DEBUG:        HDAT0         00000   0000000000000000   0000
16:54:10.528 -> DEBUG:        HDAT1         00000   0000000000000000   0000
16:54:10.560 -> DEBUG:        AIADDR        00000   0000000000000000   0000
16:54:10.560 -> DEBUG:        VOL           03855   0000111100001111   0F0F
16:54:10.560 -> DEBUG:        AICTRL0       00000   0000000000000000   0000
16:54:10.560 -> DEBUG:        AICTRL1       00000   0000000000000000   0000
16:54:10.560 -> DEBUG:        AICTRL2       00000   0000000000000000   0000
16:54:10.560 -> DEBUG:        AICTRL3       00000   0000000000000000   0000
16:54:10.606 -> DEBUG:        PSRAM not found, inputBufferSize: 14399 bytes
16:54:10.886 -> DEBUG:        Request http://stream.revma.ihrhls.com/zc5060/hls.m3u8 failed!
16:54:10.886 -> STATION:      

I wonder if it has something to do with the missing PSRAM.
Because the station I tried to stream is in the actual example of the Git Repository, so it should work :thinking: