flutter_exoplayer icon indicating copy to clipboard operation
flutter_exoplayer copied to clipboard

Amazing Flutter package for playing audio with a lot of features to offer.

Results 15 flutter_exoplayer issues
Sort by recently updated
recently updated
newest added

It would be great if there's DRM content support for providers like Widevine, Fairplay and PlayReady. Playing encrypted media is crucial for many companies.

This package name is misleading, I thought is based on Google's ExoPlayer: https://exoplayer.dev You should create Method Channels for this one instead of writing a new one from scratch, or...

It would be useful to be able to get the meta data from a live audio stream (eg artist, track name) via a notification stream.

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...

Feature

need some more feature 1. youtube video play 2. with quality option 3. double tic (fast forward and backward) 4. speedo meter

``` `Fatal Exception: java.lang.RuntimeException: Unable to start service danielr2001.audioplayer.audioplayers.ForegroundAudioPlayer@67be8e6 with Intent { act=com.daniel.exoPlayer.action.pause flg=0x10000000 cmp=com.example.app/danielr2001.audioplayer.audioplayers.ForegroundAudioPlayer bnds=[564,1137][708,1281] }: java.lang.NullPointerException: Attempt to invoke virtual method 'd.a.c.a d.a.e.a.d()' on a null object reference...

player notification not showing in android 11 and showing only till android 10

Every single request is giving a Result.Success. flutter_exoplayer: ^0.6.1 final Result result = await _audioPlayer.play( url, repeatMode: true, respectAudioFocus: false, playerMode: PlayerMode.BACKGROUND, ); I can put in a bad URL...