Hi guys, im working with libvlc 1.6.4 on android. If I do this.. Media m = new Media(libvlc, myUri); m.setHWDecoderEnabled(true, true); I lose subtitles but if i do this.. Media m = new Media(libvlc, myUri); m.setHWDecoderEnabled(true, false); I get the embebbed subtitles automatically shown in the ...