jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
923 stars 999 forks source link

Select audio tracks that are in network video not another source #1249

Open SajadRahimi1 opened 1 year ago

SajadRahimi1 commented 1 year ago

Is your feature request related to a problem? Please describe. My mp4 video from url has multiple audio tracks and subtitle tracks on it and I want to change it manually between them

Describe the solution you'd like is there feature that i can do it. I just see feature that add audio track from another url and I want to select audio tracks that are in network url

loeffel-io commented 1 year ago

crazy things - i am searching more then one hour now for an player which can change the audio track and subtitle tracks..

do you had any solution @SajadRahimi1

SajadRahimi1 commented 1 year ago

crazy things - i am searching more then one hour now for an player which can change the audio track and subtitle tracks..

do you had any solution @SajadRahimi1

Yes currently I use https://pub.dev/packages/media_kit You change it both in this package

loeffel-io commented 1 year ago

Amazing, thank you!