I want to embed a VLC player in my webapp assembly using Google GWT.
First I looked at this page: http://wiki.videolan.org/GWT , which offers a good solution, but I add to the implementation of all javascript function calls (play, pause, full screen) using JSNI.
Then I found gwt-player (hosted by Google code) that does all the work for me, but the annoying part is that the project is not widely used (a few posts every month in the project group, and not so much talk about it in blogs / forums ...)
Do you know another opportunity to easily embed and control a VLC player in the GWT app?
My main goal is to play any video / audio file in webapp and offer the user a fast / direct transfer function (set speed in VLC), is there any other player that I could use? I already watched Quicktime, Windows Media Player and Flowplayer, none of them offer as many features as VLC.
Thanks in advance for the new year.
Chris
source
share