a video file has multiple audio tracks so how I can select any one audio track in the flutter video_player package?
a video file has multiple audio tracks so how I can select any one audio track in the flutter video_player package?
Since video_player is a bareback package for which you need to implement every functionality yourself. I will suggest you to go with BetterPlayer, this provides lot of features without much work.
Your requirement of Audio Track Selection will be fulfilled by this without much work.