solid-software / flutter_vlc_player

📺 Flutter VLC powered video player.
523 stars 253 forks source link

combine video with audio Tracks #235

Open Joseph-Nathan opened 3 years ago

Joseph-Nathan commented 3 years ago

is that possible to play video from url , and play audio from an other url in same time . i have video that have more audios tracks (many audio tacks Language in mp3 , acc );

or is possible to to link two controller to play in same time and pause in same time , one for video track and one to audio ??

alr2413 commented 3 years ago

yes, you can play video from the url and set the audio by calling addAudioFromNetwork method after the controller gets initialized.