mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-06-03 00:58:06 -04:00
添加search
This commit is contained in:
parent
e06f6fc014
commit
f5368c1a4d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user