pschatzmann / Micro-RTSP-Audio

A RTSP audio server intended for the ESP32
35 stars 4 forks source link

esp32s3: endlessboot loop with example #8

Open CFTechno opened 1 month ago

CFTechno commented 1 month ago

trying to get it working on a esp32s3 board. All audio-tools rtsp examples have the same behaviour.

5:26:36.620 -> [   333][V][AudioStreamer.cpp:18] AudioStreamer(): Creating Audio streamer
15:26:36.620 -> [   340][I][AudioStreamer.cpp:180] InitAudioSource(): InitAudioSource
15:26:36.620 -> [   346][I][AudioStreamer.cpp:191] InitAudioSource(): m_fragmentSize (bytes): 320
15:26:36.620 -> [   353][I][AudioStreamer.cpp:58] setAudioSource(): Audio streamer created.  Fragment size: 320 bytes
15:26:36.651 -> E (362) esp_timer: Task is already initialized
15:26:36.651 -> E (362) cpu_start: init function 0x42017c08 has failed (0x103), aborting
15:26:36.684 -> 
15:26:36.684 -> abort() was called at PC 0x42014827 on core 0
15:26:36.684 -> 
15:26:36.684 -> 
15:26:36.684 -> Backtrace: 0x403763d6:0x3fceb1f0 0x4037cb01:0x3fceb210 0x4038221d:0x3fceb230 0x42014827:0x3fceb2b0 0x42014907:0x3fceb2e0 0x403766db:0x3fceb310 0x403cd852:0x3fceb340 0x403cdafe:0x3fceb380 0x403c98d5:0x3fceb4b0 0x40045c01:0x3fceb570 0x40043ab6:0x3fceb6f0 0x40034c45:0x3fceb710
15:26:36.684 -> 
15:26:36.684 -> 
15:26:36.684 -> 
15:26:36.684 -> 
15:26:36.684 -> ELF file SHA256: 2d4def4a73d268af
15:26:36.684 -> 
15:26:36.684 -> Rebooting...
15:26:36.684 -> ESP-ROM:esp32s3-20210327
PeterEmbedded commented 1 week ago

Upvote, having the same issue.