About VLC Web Plugin...

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
T0T4L
New Cone
New Cone
Posts: 6
Joined: 04 May 2007 20:44

About VLC Web Plugin...

Postby T0T4L » 04 May 2007 20:49

Hello guys.

I have a question.

I've just saw this example:

http://people.videolan.org/~damienf/plugin-0.8.6.html

I want to use it, but I want that the stream url isn't inserted by someone, but is by default...

Any ideas?

Thanks and sorry for my bad english :P

divx118
Blank Cone
Blank Cone
Posts: 95
Joined: 22 Jun 2006 18:19

Postby divx118 » 06 May 2007 14:52

<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="http://downloads.videolan.org/pub/video ... on=0,8,6,0"
width="640"
height="480"
id="vlc"
events="True">
<param name="MRL" value="" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="False" />
<param name="Volume" value="50" />
<param name="StartTime" value="0" />
<EMBED pluginspage="http://www.videolan.org"
type="application/x-vlc-plugin"
progid="VideoLAN.VLCPlugin.2"
width="640"
height="480"
name="vlc">
</EMBED>
</OBJECT>
When implemeting the object in your html see above there is a parameter "MRL". Put the stream url that you want as the value of this parameter. You can also set the parameter "autoplay" to true to start playing the stream after the object is loaded.

Maurice 8)


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 12 guests