muslimtv / flutter_playout

AV Playout in Flutter
BSD 3-Clause "New" or "Revised" License
154 stars 93 forks source link

Does not autoplay if I load the next track after onComplete is called #31

Open real1900 opened 4 years ago

real1900 commented 4 years ago

Does not autoplay if I load the next track after onComplete is called. It returns the player in a stopped/paused state.

At that point setting state to PLAYING does not play the new video.

Do you have any insight on this or a working example to test it out?