Thank you,
the issue is the old vlcj jar that I used.
Using vlcj-3.12.1. jar with all dependencies jar that are in directory that I download from this link http://capricasoftware.co.uk/projects/v ... stallation I resolved the problem.
Hi, my main class is this: package player; /** * * @author x_user */ public class Player { /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here PlayerInstance pl_Instance = new PlayerInstance("http://shoutcast.rtl.it:3010/&...
Hi, I'm trying, in my java application, to use libvlc to play a audio stream. My environment is this: vlcj: (Info.java:70) | INFO | vlcj: 2.4.1 vlcj: (Info.java:71) | INFO | java: 1.8.0_181 Oracle Corporation vlcj: (Info.java:72) | INFO | java home: /usr/lib/jvm/java-8-openjdk-armhf/jre vlcj: (Info....