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 -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -