Hello
We're developing a jvlc-based java player which should be able to get and display a http-stream from a vlc-streaming-server. Because we're using this player inside sun's 3d virtual world wonderland, we cannot install the player. So we presuppose that the vlc-player is already installed on the systems of the wonderland-user. On linux all seems to work fine, the plugin-folder is found by the jvlc-player and the stream is displayed. When we use windwos xp as the client, the jvlc player doesn't find the plugin folder of the vlc installation. On xp-clients it only works when we instantiate the jvlc object the following way:
String[] args = new String[]{"-vvv","--plugin-path=PATH_TO_PLUGIN_FOLDER"};
But the problem is whenever a client has VLC installed in a different folder, we have the same problem: JVLC doesn't find the plugin folder...
Any ideas how to get rid of this issue?
Thanks for your help.
Peter