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