Reputation: 11
a video file has multiple audio tracks so how I can select any one audio track in the flutter video_player package?
Upvotes: 1
Views: 1721
Reputation: 413
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.
Upvotes: 1