VLC can be integrated
in Google Web Toolkit (GWT) web applications. The easiest way is to embed the
VLC browser plugin in your web application. This also ensures that no question
arises whether your web application is derivative work or not, as a clean
separation between the web application and VLC exists. Alternatively, a build
of VLC can be integrated in a web app, using applicable bindings. This article
discusses integration based on the VLC plugin. There are two levels of
integration:
- Static integration in the main HTML file (MyProject.html as generated by GWT/applicationCreator)
- Dynamic integration in HTML code, which is generated at web application runtime
