First off, this is a VLCj problem. I am not sure if this is the right place really for VLCj problems but I don't know where else to go.
The problem I am having is that I have constructed a Java Applet that uses VLCj to displays a video that is being multicast out (from VLC btw). This applet works correctly on Linux, Windows but my pesky Mac mini doesn't display the video. It only plays the sound.
On the Mac, when I run the Java applet in Eclipse I see the video and the hear the audio. Just when I open the Applet in any browser I get only audio and a big black square.
So I am wondering if it is a signing issue on the mac. The Java applet plus the VLCj jar files must be signed is my understanding. I do get the dialogue box asking to approve the applet on the Mac like with Windows & Linux. But unlike Windows & Linux, the approve dialogue box appears 5 times instead of once.
The theory I had is maybe I am using the wrong VLCj function. I use the EmbeddedMediaPlayerComponent() Maybe I should be using a different VLCj function.
If anyone has any idea what could be possibly happening I would be very appreciative.
If you want to see the code or anything let me know. I also need to put my code into GitHub as VLCj is GPL. Just need to work out how to use Git and GitHub.