jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
919 stars 981 forks source link

Remove redundant MediaSession callback #1135

Open ptsekov opened 1 year ago

ptsekov commented 1 year ago

ExoPlayer's MediaSessionConnector replaces our MediaSession callback with its own.

hainguyen210 commented 1 year ago

Not familiar with Kotlin and spent 3 hours changing this callback just to figure out they're just redundant codes :( Is there any way to override the media playback controls (rewind, fast forward, etc..)? Thanks in advance