Technically if the user has the VLC plugin it can be used to display videos: http://www.videolan.org/doc/vlc-user-guide/en/ch07.html This can be done with the embed tag as shown in this example: <html> <head><title>Demo of VLC mozilla plugin</title></head> <body> <h1>Demo of VLC mozilla plugin - Example 1</h1> <embed type="application/x-vlc-plugin" name="video1" autoplay="no" loop="yes" width="400" height="300" target="http://server.example.org/video1.vob" /> <br /> <a href="javascript:;" onclick='document.video1.play()'>Play video1</a> <a href="javascript:;" onclick='document.video1.pause()'>Pause video1</a> <a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a> <a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a> </body> </html> However this is not a great solution for embedding videos as many users might not have the plugin installed and it's a pain to detect which plugin who has. This is why we use solutions like JWPlayer which are more "compatible" with all users Ludovic 2013/7/30 Guillaume Lerouge <[email protected]>
Hi Ganesh,
unfortunately to my knowledge VLC does not offer a web player version, whereas JWPlayer is built specifically for displaying video in web pages.
In other words, there are alternatives to JWPlayer but VLC ain't one.
Guillaume
On Tue, Jul 30, 2013 at 12:16 PM, Ganesh M <[email protected]> wrote:
Is there any alternative Player for JWPlayer? Because I am great fan of VLC Player. Is it possible to Integrate VLC or some other player into Xwiki? If YES then how to do it?
Plese give me some guidelines. Thanks in advance -- *Regards*
*M.GANESAN* *E-Mai*l :[email protected] ** _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost