Loading...
Logo
Processing Forum
I tested GSVideo library on Windows XP(Korean version), some errors occurred:  Unable to load library 'glib-2.0', blah blah.
I guess the problem is path to libs. So  I move source code and gsvideo files to root directory(C:\), it works.
In my case, path name contains korean characters(user name), and it seems that gsvideo library can't recognize these characters.
How can I solve this problem? 

Replies(1)

Hi, this could be due to either a limitation in the character set support in the gstreamer-java bindings, or in some of my own code in GSVideo that I use to find the location of the library files... not sure which one though. I just made an entry about this in the bug tracker of gsvideo, and will look at this soon. Thanks for reporting!