]> git.sesse.net Git - vlc/blob - bindings/java/FAQ
Java bindings updated to latest jvlc version.
[vlc] / bindings / java / FAQ
1 = Frequently Asked Questions =
2
3 == 1. Is it possible to use JVLC in a Java Applet? ==
4
5 Yes and No.
6 Yes because it's a Java program and even if it contains 
7 native code, it is still possible to deploy the applet (take a look at 
8 [http://www.raditha.com/java/jni/ this] article).
9 No because native code for the Windows and MacOS platforms still needs
10 to be written.
11
12 == 2. Is it possible to use JVLC in Windows (or MacOS)? ==
13
14 It's not possible at the moment. JVLC is composed of two parts, a Java
15 multiplatform part and a C++ native code part. The native code has only
16 been tested on GNU/Linux platforms, but I'm looking forward to porting
17 it to Win32 and Darwin platforms.
18
19 == 3. What features of Videolan are available to JVLC? ==
20
21 JVLC contains all the features available in Videolan. In fact, JVLC uses
22 Videolan core as its core, so JVLC is capable of everything Videolan can
23 do.
24
25 == 4. Why shouldn't I use JMF (Java Media Framework) for multimedia
26  applications? ==
27
28 Well, JVLC and Videolan are free (as in freedom) software, so you can extend
29 and adapt them to your needs, while JMF is free as in beer. Furthermore JVLC
30 is really straightforward and simple to use.
31
32 == 5. How can I help you with this application? ==
33
34 Try the software and report any errors or bugs you find to me. This application
35 needs porting to MS/Windows and MacOS, if you are able to implement the JNI for
36 these platform you may contribute the code.