gafsel / flutter_plugin_playlist

A Flutter plugin for Android and iOS with native support for audio playlists, background support, and lock screen controls
MIT License
23 stars 8 forks source link

Android: seekTo is not working with AAC #22

Open AtixD opened 4 years ago

AtixD commented 4 years ago

Hi, I use method seekTo for iOS and it works fine, but I try seekTo on Android and it doesn't work for me. I use remote AAC files. I hope, you will help me.

[✓] Flutter (Channel stable, v1.12.13+hotfix.8, on Mac OS X 10.15.3 19D76, locale ru-RU) • Flutter version 1.12.13+hotfix.8 at ///development/flutter • Framework revision 0b8abb4724 (11 days ago), 2020-02-11 11:44:36 -0800 • Engine revision e1e6ced81d • Dart version 2.7.0

gafsel commented 4 years ago

Hi @AtixD

This seems really odd. I've had some problems with seeking with iOS but not with Android. Specially if the connection is slow and the phone hasn't prepared the buffer to the position requested.

I'll try to replicate the problem here.

If possible, send me the URL for the ACC audio file.