danielR2001 / flutter_exoplayer

Amazing Flutter package for playing audio with a lot of features to offer.
https://pub.dev/packages/flutter_exoplayer
MIT License
48 stars 24 forks source link

Support custom HTTP headers. #41

Open ZbutwialyPiernik opened 4 years ago

ZbutwialyPiernik commented 4 years ago

Hey! I've been searching for audio player that supports custom HTTP headers in Flutter. I haven't found one yet. But this project seems promising. The idea of ​​buffering audio files for playlists bought me! But the repositories from which this project is forked suffer from this problem. The implementation of this feature would certainly bring a group of new users. Token authorization is very common in mobile apps.

djsjr commented 3 years ago

@ZbutwialyPiernik Did you ever find a solution? I too am looking for an audio player that does just that. Thrilled to see that video_player recently included a headers option. Just_audio has one, but it doesn't yet work for HLS audio.