schreibfaul1 / ESP32-vs1053_ext

With this library You can easily build a WebRadio with a ESP32 board and a mp3-module. See: https://www.youtube.com/watch?v=u4u9NvZvWRk
GNU General Public License v3.0
106 stars 29 forks source link

Stream lost/cracky after a while #1

Closed njordan77 closed 6 years ago

njordan77 commented 6 years ago

Hi, is there anything i can do so that my streams are not getting lost completely/cracky after a while (hours). Sometimes it still works even when i had the system running over several hours...but its not like the system is a 24/7 approach.

Using ESP32 Matrix Core, and a 128kbit Austrian Ö3 stream.

Any tuning i could try. Is there any parameter to set buffer length? have seen something in different adafruit library but not sure how to get this working.

Cheers, Norbert

schreibfaul1 commented 6 years ago

Hi njordan77, the stream is likely to break and the buffer will get empty. This happens to me extremely seldom and can be triggered from outside. It is certainly possible to rebuild the connection in case of a broken stream. I'm going to watch this in a long-term test and find a solution.
sf1

schreibfaul1 commented 6 years ago

If the stream is lost, the connection will be restarted after a few seconds, I hope this works well.