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

isStream not work #20

Open paulovargatt opened 4 years ago

paulovargatt commented 4 years ago

I tried to run m3u8 files without success even adding the isStream parameter in AudioTrack

gafsel commented 4 years ago

Hellow @paulovargatt

The m3u8 format seems to be a problem for the plugin. Even on the original cordova plugin I've had problems with this format.

I'll check for some solution on the compatibility and get back to you

paulovargatt commented 4 years ago

Thanks @gafsel, I will research too