java - why am i unable to play audio file -


hey there using command

processbuilder pb = new processbuilder("c:\\programfiles\\videolan\\vlc\\vlc.exe", videopath); process start = pb.start(); 

it can play video unable play audio file. file can played on vlc externaly.

all had play them on windows media player instead of vlc


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -