PeterChuang
Results
1
comments of
PeterChuang
thanks for the response. I've tried the following code and it works MediaList list = libvlc.getMediaList(); list.clear(); list.add(new Media(mLibVLC, LibVLC.PathToURI("/storage/emulated/0/Download/xxx.mp4")), false); mLibVLC.playIndex(0);