jhomlala / betterplayer

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

Remove redundant MediaSession callback #1135

Open ptsekov opened 2 years ago

ptsekov commented 2 years 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