Problem with VLC Mozilla plugin on Firefox 1.5 in Debian Sarge. Installed release 0.8.1 of vlc, wxvlc and mozilla-plugin; then tested below test page with Mozilla and Firefox 1.0 from standard Debian packages, runs fine. Firefox 1.5 installed from tar ball in custom folder, stop responding on this page, with black box "no picture", no control links showed and status bar keeps show "trasferring data from ..." .
I miss something ? any suggestion ?
Consider that: about:plugins says vlc plugin is ok. Enabling verbose log (2) VLC preference, and run firefox from terminal says only: "adding ... to playlist"
USED TEST PAGE
<embed type="application/x-vlc-plugin"
name="video1"
autoplay="no" loop="no" width="400" height="300"
target="http://somepathoto.mpg" />
<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>