In my ongoing struggle to get PMS working on OpenIndiana (Solaris derivate) I finally managed to get stuff working.
Unfortunately, when I want to stream a .mkv I get an error in debug.log and the server is unable to stream the content:
[New I/O server worker #1-1] ERROR 14:55:41.564 null
java.lang.NumberFormatException: For input string: "23,976"
Seems to me that it has something to do with locale settings, because a '.' in eg. America is the same as a ',' in Europe and vice versa.
Can I change the locale of Java or something?
Thanks!
