ryanheise

Results 1670 comments of ryanheise

Sorry, which comment are you referring to? This one? ```dart /// For efficiency, the [updatePosition] should NOT be updated continuously in /// real time. Instead, it should be updated only...

I would prefer overriding it with the `audio_session` package rather than hard coding anything on the video_player side.

Thanks for the proposal. Notes: I think this should be straightforward, just need to add a new bool to the state and on the platform side translate that to MPNowPlayingInfoPropertyIsLiveStream...

Not sure how this could happen, since 0.1.1 of the web version has been published since long ago: https://pub.dev/packages/audio_service_web Maybe it is something to do with running Flutter from the...

After you re-installed, did you try switching to the master channel? Or is your master channel testing only from before you reinstalled? I don't support the master channel anyway, but...

Maybe try adding `audio` to `UIBackgroundModes` in your `Info.plist` file but without actually using audio_service.

One thing it might be is this commit: https://github.com/ryanheise/audio_service/commit/6c29b4cbce37e96977ffaa69a9e0731e63157128#diff-c86bb6d0df8057eadc2afad5f1530768eb9e001425e99a9b27ebf71fcfebc79d where the `androidx.media:media` dependency was removed. Since it didn't cause a build error at the time, this wasn't flagged, but it's...

> Ah, so you mean removing `androidx.media:media` wasn't necessarily super intentional? > I haven't had a chance to try to reproduce the error, but is it worth it to add...

Sorry, I think I meant androids.core:core.

It is a strange one because it appears that the same build is sometimes working and sometimes not. Perhaps this has to do with the way Android libraries are loaded...