Embed VLC player in GWT
- by chrisnfoneur
Hello,
I want to embed a VLC player in my webapp build with Google's GWT.
First I had a look at this page: http://wiki.videolan.org/GWT, which offers a nice solution but I add to implements all javascript functions calls (play, stop, fullscreen) with JSNI.
Then I found gwt-player (hosted by Google code) which does all the job for me but the…