jeromexiong / audio_manager

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

String Audio in Error - 媒体资源加载失败 #32

Closed 01xJoao closed 4 years ago

01xJoao commented 4 years ago

I'm getting this error:

https://sentry.io/share/issue/aa20eef1c7214b939f382465d2fe9dae/

Can someone explain what is it ?

md186 commented 4 years ago

when do you get this error? can you show some code? It means that loading of some mediafiles didnt work as expected.

01xJoao commented 4 years ago

Thanks for the fast reply,

this is my code for the audio service:

Gist Link

jeromexiong commented 4 years ago

You don't need to call play at the same time as you call start. The difference between these two methods is that one can play a single and the other can play the data in the audiolist

01xJoao commented 4 years ago

Oh alright, so should I only use start?

jeromexiong commented 4 years ago

yeah