Page 1 of 1

LibVLC.java API Problem

Posted: 09 Aug 2015 06:19
by IlanT
Hi,

1. Cloning the repository last night, I see that getInstance() and getExistingInstance() are not longer available.
How do I obtain a handler to the LibVLC singleton?

2. Is there an example using a recent LibVLC.java?

Thanks,
Ilan

Re: LibVLC.java API Problem

Posted: 13 Aug 2015 18:05
by ebr
I believe all you need to do now is construct a LibVlc instance like so:

mLibVlc = new LibVLC();

Please let me know if that gets you moving.

Re: LibVLC.java API Problem

Posted: 27 Aug 2015 07:23
by edwardw