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

AVPlayer seek to time not working

quockhai opened this issue · comments

I use UISlider to seek audio file to a specific time when playing, but it not working? How to fix that?

At this time the player handles only live stream, there is no official support for the seek function, you can check the FS branch, there is an example on how to implement it.