yoheimuta / RxMusicPlayer

A reactive library to make it easy for audio playbacks using RxSwift.
MIT License
58 stars 8 forks source link

Loading state although the player is playing #36

Closed StefaniOSApps closed 2 years ago

StefaniOSApps commented 2 years ago

I have the problem that the following RxMusicPlayer.Status are deliver for remote audio url after play tap:

However, the player is playing and is not in the prefetching state (see last state). Why is this happening?

yoheimuta commented 2 years ago

@StefaniOSApps Sorry for this late reply. I couldn't reproduce your problem locally while just running the example project.

I looked at the status change in the console output here.

How should I set it up to confirm your problem? Can you give me something useful to reproduce it like the small reproducible project or the video capture on the simulator?