In Video file select audio track in flutter

Viewed 266

a video file has multiple audio tracks so how I can select any one audio track in the flutter video_player package?

1 Answers

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.

Related