mediaPlayer.setSubtitleFile(String filename) just passes the string directly to LibVLC - it may need to be ASCII encoded if it contains non-ASCII characters.
Similar to #173, the solution should be the same.
该提问来源于开源项目:caprica/vlcj
mediaPlayer.setSubtitleFile(String filename) just passes the string directly to LibVLC - it may need to be ASCII encoded if it contains non-ASCII characters.
Similar to #173, the solution should be the same.
该提问来源于开源项目:caprica/vlcj
Checked on Linux and it worked just fine.
This issue can be re-opened in future if any reports are received about failures on other platforms.