jhomlala / betterplayer

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

critical issue in the media notification does not work when play video from memory #1217

Open wessam-elkhaldy opened 1 year ago

wessam-elkhaldy commented 1 year ago

I have a problem when I play video from memory and configure the the show notification tot true the media notification show in the notification with problems(the icon, title,video control dose not word) but when I play video from the network the media Notification is work

IMG_1448

also how can I change the image url to show image as local path not from the network BetterPlayerNotificationConfiguration( showNotification: true, title: "Elephant dream", author: "Some author", imageUrl: Constants.catImageUrl, ),

also when play playlist I can't change the next video from the media notification