Open vladkozlov69 opened 6 months ago
Hi @vladkozlov69 I am not sure what you mean.
Hi @CelliesProjects
I think we can add something like this
extern void audio_stream_stats(int eventType, int value) __attribute__((weak));
and call it from these places where we have logging "spend %lu ms stuffing %i bytes in decoder", "Stream stalled for %lu ms" etc.
This way the user application will have the info about unstable connection, can feed WDT, etc.
Can we have a some kind of watchdog here? i.e. callback function when no data send to VS1053 for some time?