添加search

This commit is contained in:
sifacaii 2022-08-29 13:59:35 +08:00
parent e06f6fc014
commit f5368c1a4d

View File

@ -84,7 +84,7 @@ public class VlcPlayerActivity extends BaseActivity implements MediaPlayer.Event
*/
private void initVlc() {
List<String> vlcoptions = new ArrayList<>();
vlcoptions.add("-vvv");
vlcoptions.add("-v");
vlcVideoLayout = findViewById(R.id.VideoView);
libVLC = new LibVLC(this,vlcoptions);
mediaPlayer = new MediaPlayer(libVLC);