Generation

generate functionFri, 14 Jul 2023

con la libreria libvlc crear un straming con retardo del video y que no colapse

@Override public void run() { ml.mute(false); ml.playMedia(video.getAbsolutePath()); //Aca se le esta dando un retardo a la reproduccion del video try { Thread.sleep(delayVideo); } catch (InterruptedException e) { e.printStackTrace(); } ml.mute(true); }

Questions about programming?Chat with your personal AI assistant