Streaming problem on ESP32 AUDIO KIT #1436
-
I am using basic example code this library provides to stream music on my board. But when it connects to wifi it gives out this error and starts rebooting. There is an error while running this stream link [I] AudioSource.h : 186 - selectStream: 0/0 -> https://dolphin-app-dh42m.ondigitalocean.app/audio/redhat.mp3 assert failed: multi_heap_free multi_heap_poisoning.c:259 (head != NULL) Backtrace: 0x40083fa5:0x3ffb1c10 0x4008df95:0x3ffb1c30 0x40093b01:0x3ffb1c50 0x400936f9:0x3ffb1d80 0x40084515:0x3ffb1da0 0x40093b31:0x3ffb1dc0 0x4016c779:0x3ffb1de0 0x4016cd29:0x3ffb1e00 0x400dbc43:0x3ffb1e20 0x400dbc67:0x3ffb1e40 0x400dbc72:0x3ffb1e60 0x400dbf25:0x3ffb1e80 0x400dc081:0x3ffb1ec0 0x400dc1b3:0x3ffb1fa0 0x400dc314:0x3ffb2000 0x400dc60d:0x3ffb2040 0x400dc66f:0x3ffb2080 0x400d4eb7:0x3ffb20a0 0x400dc722:0x3ffb20d0 0x400dc880:0x3ffb2110 0x400dc970:0x3ffb2130 0x400d486d:0x3ffb2170 0x400ddb17:0x3ffb2190 0x400ddeff:0x3ffb21b0 0x400ec8f6:0x3ffb2290 ELF file SHA256: b235e91eff2fdd99 This is the streaming link u can test it works on computer normally: https://dolphin-app-dh42m.ondigitalocean.app/audio/redhat.mp3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Try to download the main version with the latest corrections and make sure that PSRAM is deactivated or roll back to the latest released version v0.9.7 |
Beta Was this translation helpful? Give feedback.
-
Is it possible that my ESP32 is overloading? I had similar problems with other streaming links but in that case, it started and most of the time crushed on the 10-second mark. |
Beta Was this translation helpful? Give feedback.
I could reproduce your issue and committed some more corrections.
I hope this will resolve the issue now