albemala / native_video_player

A Flutter widget to play videos on iOS and Android using a native implementation.
MIT License
14 stars 12 forks source link

Mute or disable audio channel #6

Closed Sadmansamee closed 1 year ago

Sadmansamee commented 1 year ago

I am working on a feature where the player plays video and it doesn't have any audio. People may play music in the background from any other music app like Spotify. Still, the problem here is even if I set the volume to 0, whenever the app's video starts to play the background music is paused, how do I disable entirely/mute video_player's audio channel?

Sadmansamee commented 1 year ago

however I solved this issue.