Page 1 of 1

where to Download VLC Java Plugin for browsers - Windows

Posted: 22 Dec 2004 03:49
by Guest n VLC Fan
It has been found that VLC has Java Plugin player for Mozilla and Firefox
Windows version.

it is now possible to view video in Browser itself but i am not able to find where to download it from please.

i am wating to try this out.

Is it possible to use this with IE, Opera.

The link which mentions about the plugin.
http://www.videolan.org/doc/play-howto/ ... #id2534770

it says some 2 files are to be copied but does not mention which 2 files.

Please Assist.

Posted: 22 Dec 2004 03:55
by markfm
copy the contents of vlc/mozilla to mozilla firefox/plugins

(in windows, the two files are npvlc.dll and vlcintf.xpt)

No, they don't work with IE.

Posted: 22 Dec 2004 04:32
by Guest
I tried copying the 2 files but still no success how do i check if the plugins are installed properly in firefox

when i open the page it says plugin not found

i am trying to open a http stream

Posted: 22 Dec 2004 04:48
by Guest
How do i exactly setup this thing.

I am streaming a file(*.avi,*.wmv,*.mpg,*.dat,*.vob)
from VLC using httpstream - MpegTS - 127.0.0.1:1234

and i want this file to be opened in firefox browser using this plugin.

Thats all

i dont know if the playbutton is useful here because the VLC Server has
already started playing th file.

Code: Select all

<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://127.0.0.1:1234/" /> <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>

Posted: 22 Dec 2004 11:12
by Sigmund
use the .exe installer, it will ask you if you want to install the mozilla plugin as well.

Posted: 22 Dec 2004 13:32
by markfm
And to tell if it's installed in Firefox, in the address area (where URLs go), just type
about:plugins
into the address space.

That opens a list of the registered plugins.

Posted: 22 Dec 2004 18:23
by Guest
after trying about:plugins in URL it shows VLC plugin is intalled.

But still while opening the webpage it tells plugin not found