Since Playlist works fine and MediaList or MediaListPlayer doesn't, I figure out maybe the only solution is to rewrite JVLC source. And I made it. Here is how: 1. in setVideoOutput(Canvas)@JVLC.java, change drawable into a field and let JVLC remeber it. this.drawable = Native.getComponentID(canvas);...