Search found 2 matches

Go to advanced search

by syuki
01 Oct 2009 03:05
Forum: General VLC media player Troubleshooting
Topic: jVLC 1.0.0git don't video output in a diferent canvas place
Replies: 24
Views: 2582

Re: jVLC 1.0.0git don't video output in a diferent canvas place

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);...

Go to advanced search