Issue when playing webradio stream

Hi everybody !

I'm having an issue when i play webradio music with Adafruit VS1053,

After 1 minute of playing there are connection issue, music is interupted few times and finally lost.
Video with Uno Wifi Rev2 and MKR WiFi 1010 using same code: Youtube video (MKR WiFi 1010 is playing fine, i just muted the video)

I really want to use the Uno Wifi Rev2 because of the form factor is compatible with Adafruit VS1053.

Here is the code i'm using (Adafruit library is from PR#68: Adafruit_VS1053_Library PR#68 ):

WiFiNINA Library version: 1.5.0
WiFiNINA Firmware version installed: 1.3.0
Arduino IDE 1.8.10

edit:
PR has been merged into Adafruit_VS1053_Library master branch, but not yet published into arduino library repository

Hi !

I made a second test without Adafruit VS1053,
I try to get a stream from french radio and see how much bytes is received by seconds,

I made this test on:

  • Uno WiFi Rev 2
  • MKR WiFi 1010
  • ESP8266 (ESP-12E)

I retrieve console results from this code: UnoWifiRev2-StreamIssue.ino · onlystream · Nicolas Labrache / UnoWifiRev2 StreamIssue · GitLab

And put it in Excel, here is the result:

(Bitrate / Time)

Uno WiFi Rev2 Seem to have bandwidth issue after some minutes of streaming, did you have the same issue ?
Maybe millis() isn't the same amount of time between all theses boards (i don't know :roll_eyes: )