Streaming Issue: Reconnection Fails After Internet gain #88
Replies: 3 comments 3 replies
-
You have to read the library documentation and FAQ. Library does not control the network. The WiFiClientSecure used as SSL client cannot connect to server that is the issue and you should read the FAQ for possible reasons. |
Beta Was this translation helpful? Give feedback.
-
You have to update to the latest version as the Stream time out is properly managed. In Arduino IDE, you have to set the debug port to see what happens with SSL client. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem, when Wifi signal is weak and connection is lost, even for a short time, FB Client cannot reconnect. 15:59:38.019 -> FB Event task: authTask, msg: initializing, code: 1 Maybe re-init authentication? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experiencing a streaming issue under specific conditions:
Normal Reconnection with WiFi Cycling: When WiFi is turned off and then back on, the stream reconnects without any issues. This shows that my device and streaming service handle WiFi interruptions well.
Problem with Internet Drop: If the WiFi stays on but the internet connection drops and then comes back (e.g., due to an ISP outage), the stream does not reconnect. Despite the WiFi signal being stable, the stream fails to reestablish when the internet connection is restored. It is not receiving datafrom the server..
Beta Was this translation helpful? Give feedback.
All reactions