ryanheise

Results 1670 comments of ryanheise

You can try the same experiments I will try above, although you might be able to try them sooner than I can.

Hi @chengyuhui , good to hear you are interested in tackling this! Yes to both questions. That sounds perfectly reasonable.

> Ultimately, I think the best solution to this problem is to implement the "treadmill" as discussed. There might actually be another way to do it on the Dart side...

> 我也遇到同样的问题,andoud版本12 I'm sorry, I don't speak Chinese. If you have some important information to contribute, please use Google Translate to translate it into English.

Hi @PcolBP , FYI this issue is about the `setAsset` method only. I want to solve this bug although it is harder to manage when multiple unrelated issues are being...

As per the API documentation, it's just: ```dart await player.seek(null); ``` But the question is first whether it's actually working on Android and iOS.

FYI there is also a [question on StackOverflow](https://stackoverflow.com/questions/73557707/which-audio-formats-extensions-work-on-ios-and-android-with-the-just-audio-flu) that gives an answer by referencing other sources for iOS and Android.

I believe what is happening is that the proxy is being shut down (uncleanly) when the app is not in the foreground, and it is unable to resurrect the proxy....

If you are using just_audio_background, you don't have any control over such things, unless you edit the source code to make it work for your situation. If you were using...

You don't need to re-initialise the service, you need to replace the player by a new player.