Search found 3 matches

Go to advanced search

by dbauschl
02 Mar 2012 16:23
Forum: Development around libVLC
Topic: VLC_PLUGIN_PATH error
Replies: 9
Views: 4479

Re: VLC_PLUGIN_PATH error

Prior to this update --plugin-path could be used though, that didn't make use of environment variables I don't believe. Is there a particular reason why this was disabled?
by dbauschl
28 Feb 2012 19:41
Forum: Development around libVLC
Topic: VLC_PLUGIN_PATH error
Replies: 9
Views: 4479

Re: VLC_PLUGIN_PATH error

So I've discovered that VLC_PLUGIN_PATH must be an environment variable, not a Java System property. However this makes VLC extremely unportable when using java because you cannot alter any client's environment variables within java code (I don't know how easy this is for a .NET app either). Are the...
by dbauschl
22 Feb 2012 19:01
Forum: Development around libVLC
Topic: VLC_PLUGIN_PATH error
Replies: 9
Views: 4479

VLC_PLUGIN_PATH error

I am using vlcj 1.2.2 and the new official VLC 2.0 build on a Windows 32 machine. However, now when I try to set my plugin path (using System.setProperty("VLC_PLUGIN_PATH", some path) it cannot find the plugins. I have tried several variations of this and it only seems to work when the plu...

Go to advanced search