FRadioPlayer icon indicating copy to clipboard operation
FRadioPlayer copied to clipboard

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

Results 16 FRadioPlayer issues
Sort by recently updated
recently updated
newest added

func radioPlayer(_ player: FRadioPlayer, playTimeDidChange currentTime: TimeInterval, duration: TimeInterval) { guard !isSliderSliding else { return } print("playTimeDidChange currentTime: \(currentTime) totalTime: \(duration)") currentTimeLabel = formatSecondsToString(currentTime) timeSlider = Float(currentTime / duration) }...

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 seem to not be able to stop the radio from playing while it's still loading. Is there anyway to cancel loading and keep it from starting to play while...

Is it possible get the duration of the current song and the elapsed time ?

HI, I'm building an app using FRRadioPlayer to play various streams from a remote icecast server which is streaming in mp3 format. The streams are not always live. Many streams...

How could i know when state of audio is still playing? I tried with two function, but both doesnt work func radioPlayer(_ player: FRadioPlayer, playerStateDidChange state: FRadioPlayerState) { if state...

Hi, Fethica! Unfortunately, the player doesn't stop after streaming server runtime interruption. Is there any way to detect this interruption? Best regards, Evgeny Orlov.

Thanks for this great project. I'm testing it with some HLS streams, and it seems to play fine, but I've noticed a bug with the metadata where it shows the...

enhancement

arabic names and its printed like this "ÍÓíä ÇáÏíß"

hi thx for the effort and the quality of your application i'm asking if Support for Audio Recording will be available soon

enhancement
hacktoberfest