question : Firefox plugin

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
tansengkai
New Cone
New Cone
Posts: 9
Joined: 13 Mar 2006 10:18

question : Firefox plugin

Postby tansengkai » 16 Mar 2006 05:57

I'm using mandriva 2006, i586 pc.
I start a video streaming using VLC wizard -> choose file -> http streaming....
after that i open firefox and type http://127.0.0.1:8080 but i can't get the video. what should i do to make it works? (I have install vlc plug in for irefox)

I follow web manual and did this

<html>
<head><title>Demo of VLC mozilla plugin</title></head>
<body>
<h1>Demo of VLC mozilla plugin - Example 2</h1>
<embed type="application/x-vlc-plugin"
name="video2"
autoplay="no" loop="no" hidden="yes"
target="http://127.0.0.1:8080" />
<br />
<a href="javascript:;" onclick='document.video2.play()'>Play video2</a>
<a href="javascript:;" onclick='document.video2.stop()'>Stop video2</a>
<a href="javascript:;" onclick='document.video2.fullscreen()'>Fullscreen</a>
</body>
</html>

but nothing happen.

ken
Blank Cone
Blank Cone
Posts: 12
Joined: 18 Feb 2006 03:55

Postby ken » 17 Mar 2006 05:44

in your browser location enter about:plugins and look for the VLC plugin. there are a few "hybrid" plugins like the VLC-google video and annodex vlc plugin that arn't the full thing.

If you don't see the plugin listed, check you installation.
if you do - remove the hidden="yes" from your embed tag, and add a height and width like width="400" height="300" and you should see the VLC cone logo if the player is loading.

tansengkai
New Cone
New Cone
Posts: 9
Joined: 13 Mar 2006 10:18

Postby tansengkai » 17 Mar 2006 06:27

I have install the plug in.

$ rpm -qa | grep vlc | grep plug
vlc-plugin-mad-0.8.2-8mdk
mozilla-plugin-vlc-0.8.2-8mdk
vlc-plugin-a52-0.8.2-8mdk

but i don' know how to find hidden="yes"

ken
Blank Cone
Blank Cone
Posts: 12
Joined: 18 Feb 2006 03:55

Postby ken » 17 Mar 2006 17:52

but i don' know how to find hidden="yes"
that's in the html.
<embed type="application/x-vlc-plugin"
name="video2"
autoplay="no" loop="no" hidden="yes"
target="http://127.0.0.1:8080" />

did you do the about:plugins in your browser to see if the plugin was detected by firefox. you may need to copy some files to the firefox plugin folder. (npvlc.dll and vlcintf.xpt) from the vlc plugins folder.

tansengkai
New Cone
New Cone
Posts: 9
Joined: 13 Mar 2006 10:18

Postby tansengkai » 21 Mar 2006 01:19

# rpm -ql mozilla-plugin-vlc
/usr/lib/mozilla-1.7.5/components/vlcintf.xpt
/usr/lib/mozilla-firefox-1.0.6/components/vlcintf.xpt
/usr/lib/mozilla/plugins/libvlcplugin.so
/usr/share/doc/mozilla-plugin-vlc-0.8.2
/usr/share/doc/mozilla-plugin-vlc-0.8.2/README

I have the plug in file, but under firefox it show me no plug-in

Image

any 1 know how to make the plug-in appear in my firefox?
[/img]


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 2 guests