VLC player on web site

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
xeflex
New Cone
New Cone
Posts: 1
Joined: 10 May 2011 19:12

VLC player on web site

Postby xeflex » 10 May 2011 20:49

Hellou

1st Sorry for my English I am from Czech Republics
2nd I would like to ask for advice I would like VLC to play the file m3u file on the website. Please play back a script or instructions on how to do it.

Thank you all can help me.

viztechwebservices
New Cone
New Cone
Posts: 2
Joined: 17 May 2011 07:28

Re: VLC player on web site

Postby viztechwebservices » 17 May 2011 07:35

VLC Media Player is a long-time open-source favorite, and the latest version is also the first to be out of beta development. It's not the only option for free video playback, but it's one of the best, and the feature updates in version 1 make it well worth the upgrade.

kollepara
New Cone
New Cone
Posts: 2
Joined: 19 May 2011 15:47

Re: VLC player on web site

Postby kollepara » 19 May 2011 15:57

It is not working.

Code: Select all

<html> <title>VLC Mozilla plugin test page</title> <body> <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="640" height="480" id="vlc" autoplay="yes" target="http://server/streaming/playlist.m3u"> </embed> <script language="Javascript"> var vlc = document.getElementById("vlc"); vlc.audio.toggleMute(); vlc.play(); </script> </body>


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 8 guests