Bug #937

Mis à jour par Matthieu Decorde il y a environ 11 ans

Issue:
- Under Windows or Mac OS X, the MediaPlayer extension is not able to run VLC to play media files;
- TXM JNI code seems to have trouble to get to the VLC binary and library files.

Fix: Under Windows, you can try to copy VLC binary files (executable, libraries...) into TXM executable directory.

Diagnostic: The issue seems related to the libraries file path used by JNI.

Suggestion: Find out what is or are the library paths @vlcj.jar@ is using and try to set JNI libraries file path properly.

Retour