jeromexiong / audio_manager

A flutter plugin for music playback, including notification handling.
MIT License
99 stars 54 forks source link

App crashes on iOS when Preloading other playback information #10

Closed Veerse closed 4 years ago

Veerse commented 4 years ago

Hello

The app crashes when I am currently playing an audio file, and I try to Preload other audio info with AudioManager.instance.start(...) to play an other audio (on iOS only (real device and simulator))

What is the proper way to stop the currently played audio and then start a new one (from a different URL) when a button is clicked for instance ?

Veerse commented 4 years ago
Capture d’écran 2020-03-31 à 15 05 10

Here's the message I get

jeromexiong commented 4 years ago

Are you sure the version is v0.5.3+2? If yes, please provide detailed log and running environment