Page 1 of 1

How to achive more than one playing videos in one screen

Posted: 30 Sep 2014 07:07
by rowa
To show more than one videos in a screen of an android pad, may be a good idea,
I've tried to modify the java code of VLCandroid version, make the singleton of VLC object to non-singleton,
and create more than one instances in a screen to play more video urls,
but when I run it, do not goes out what I want, the video frames of each view are disorder and alternate,
I'm seeking for the reason, and try to handle it, is there anyone knows why,
and what's the general idea to achive the multi-video playing in one screen?
thanks.

Re: How to achive more than one playing videos in one screen

Posted: 01 Oct 2014 08:12
by edwardw
Not possible ATM.

Re: How to achive more than one playing videos in one screen

Posted: 08 Oct 2014 18:37
by pvms78
Hi, I have a initial working version that supports multiple videos. Is there a possibility to initiate a branch from the main trunk to add this functionality and people can work on that as well ?
Thank you

Re: How to achive more than one playing videos in one screen

Posted: 09 Oct 2014 06:02
by edwardw
I think that some people are already working on that.

Re: How to achive more than one playing videos in one screen

Posted: 09 Oct 2014 14:48
by pvms78
I think you are referring to me. I've made a few patches already to allow multiple videos. I was wondering if you could start a new branch so we could focus in the development of this functionality.
Thank you

Re: How to achive more than one playing videos in one screen

Posted: 09 Oct 2014 22:18
by edwardw
I don't think a new branch is needed.

Re: How to achive more than one playing videos in one screen

Posted: 05 Nov 2014 15:34
by pvms78
Hi, I've created 2 patches to allow multiple videos to play with libvlc for Android. You can check them at https://github.com/coderReview/Android-VLC-Patches. They are still under development.
I still haven't test with hardware accelaration. Any help with that is more than welcome.
Thank you.

Re: How to achive more than one playing videos in one screen

Posted: 11 Nov 2014 17:09
by rowa
thank you! your patches works well on my phone

Re: How to achive more than one playing videos in one screen

Posted: 17 Nov 2014 08:04
by warvevo
Can you send the compiled apk to warvevo@gmail.com or any file sharing sites? I want yo try it.