fethica / FRadioPlayer

A simple radio player framework for iOS, macOS, tvOS.

Home Page:https://fethica.github.io/FRadioPlayer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Player is stuck in "loading" state after "isPlaybackBufferEmpty"

KClough opened this issue · comments

I followed the code when this occurs, and it looks like it attempts to reload the stream 1 minute later if !item.isPlaybackLikelyToKeepUp, but it doesn't attempt to reload again.

Ideally, I'd like an option to keep retrying indefinitely if there is any stream interruption.

Is that possible with the library currently?