[vlc] mozilla plugin
Marcelo Manzato
manzato81 at yahoo.com.br
Fri Sep 2 22:34:18 CEST 2005
Hi,
I would like to know how to successfully install the
vlc's mozilla plugin.
I have compiled vlc with the --enable-mozilla option,
and I have also created a link to libvlcplugin.so into
/usr/lib/mozilla/plugin folder. Everything seems to be
OK (when I access about:plugins into mozilla I see the
vlc plugin list enabled).
However, when I access a video, I can only get a black
box with the words "(no-picture)" written.
My html is the same as the example at the docs, unless
I've changed it to access a sdp file:
<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="yes" loop="yes" width="320"
height="240"
target="rtsp://143.107.231.226/main.sdp" />
<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>
Does anybody know what is going on?
Thanks
_______________________________________________________
Yahoo! Messenger com voz: PROMOÇÃO VOCÊ PODE LEVAR UMA VIAGEM NA CONVERSA. Participe! www.yahoo.com.br/messenger/promocao
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list