Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

Conflicts with package better_player causing videos not to play on Android

Open daveshirman opened this issue 2 years ago • 1 comments

Flutter Version

My version : 3.7.1

Lib Version

My version : 3.0.6

Platform (Android / iOS / web) + version

Platform : Android

Describe the bug

assets_audio_player is causing the video playback errors with better_player, described in these 2 issues:

  • https://github.com/jhomlala/betterplayer/pull/1085
  • https://github.com/jhomlala/betterplayer/issues/1113

Of course, It could be the other way round.

So I downgraded this package to v3.0.5 and better_player videos are working again on Android.

Not exactly sure how these can be siloed to work independently OR fix their Kotlin/ExoPlayer versions to not cause conflict.

Any ideas?

Thanks

daveshirman avatar Feb 07 '23 18:02 daveshirman

@florent37 Hi, are you maintaining this or not?

If not, I will fork and do any necessary changes myself.

Happy to sponsor btw!

Cheers

daveshirman avatar Mar 02 '23 20:03 daveshirman