We are developing an application using VLC. we have an idea of keeping
the core part of vlc as it is and modifying the interface &
other  parts for a video conferencing software.<br>
<br>
We are planning to do this in java. B`cos we find java helpful for
multicasting & other features. so, is our design feasible,
please  give suggestion.<br><br><div><span class="gmail_quote">On 9/28/05, <b class="gmail_sendername">Clément Stenac</b> <<a href="mailto:zorglub@via.ecp.fr">zorglub@via.ecp.fr</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>It basically means that if you have a standalone client, you cannot use<br>its API calls from your Java program.<br><br>VLC is not standalone, and can be embedded in a Java product. (please note<br>that atm, you will get a separate video window, it won't embed in your
<br>interface unless you write some code).<br><br>Java bindings are available in the SVN version of VLC, for use with GCJ<br>only (in bindings/java-gcj). Writing JNI bindings for use with a VM should<br>not be complex.<br>
<br>--<br>Clément<br><br>--<br>This is the vlc mailing-list, see <a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">
http://www.videolan.org/support/lists.html</a><br><br></blockquote></div><br>