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

Stream starts before Metadata fetching / How to force Metadata fetching

karolsenami opened this issue · comments

When launching the app (with autoplay), the stream starts to play something like 5 seconds before the track title appears.
Also, without autoplay, is it possible to fetch the current track, before the user starts streaming/calling player.play() ?

This is not supported, the play function is separate and doesn't wait for the metadata, I don't know if just loading the stream will trigger the metadata fetching or not.