dnbradio / dnbradio-player

The dnbradio web-player
GNU General Public License v3.0
8 stars 1 forks source link

Playback should auto-recover on event, net::ERR_NETWORK_CHANGED #55

Closed keybrdist closed 2 months ago

keybrdist commented 1 year ago

Problem: Playback stops when net::ERR_NETWORK_CHANGED happens

image

Expected Result: Playback should retry once NET connectivity is re-established.

keybrdist commented 3 months ago

Testing: You can test this by switching wifi connection to Wired or switching between multiple wifi connections.

Expected result: the player should catch these events and retry after x seconds until it receives a connection.

keybrdist commented 3 months ago

@leonidlewis please check this one

leonidlewis commented 3 months ago

Let me fix it