Search found 13 matches

Go to advanced search

by rgkluver
19 Feb 2013 03:36
Forum: Web and scripting
Topic: What happened to axvlc.cab?!
Replies: 38
Views: 29961

Re: What happened to axvlc.cab?!

I was able to build a new cab file and it works for installation BUT of course it lacks the security credentials at this point. I have been looking around for a low cost way of getting it signed, and I can host the cab file if need be, but wondering if it would be better that we do this officially v...
by rgkluver
19 Feb 2013 03:30
Forum: Web and scripting
Topic: vlc.addEventListener does not fire any event
Replies: 32
Views: 12960

Re: vlc.addEventListener does not fire any event

Latest I have is axvlc.dll labeled with version 2.0.2 (asian text for name) as part of 2.0.6 installation I believe.
by rgkluver
30 Jan 2013 02:25
Forum: Web and scripting
Topic: how to use VLC webplugin to work in firefox and Opera?
Replies: 1
Views: 3080

Re: how to use VLC webplugin to work in firefox and Opera?

<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" id="vlcplayer" width="864px" height="540px" loop="true" target="http://192.168.3.12/MOV03023.MPG" autoPlay=&quo...
by rgkluver
30 Jan 2013 02:17
Forum: Web and scripting
Topic: Cannot embed VLC within HTML page
Replies: 4
Views: 2506

Re: Cannot embed VLC within HTML page

You will need alternate <object> code for IE. You also never add anything to the playlist from what I see. vlc.playlist.add(mrl,name,options) ??
by rgkluver
30 Jan 2013 02:09
Forum: Web and scripting
Topic: vlc.addEventListener does not fire any event
Replies: 32
Views: 12960

Re: vlc.addEventListener does not fire any event

Did we get a fix for IE event firing yet???
by rgkluver
30 Jan 2013 02:04
Forum: Web and scripting
Topic: VLC Plugin won't loop
Replies: 10
Views: 4631

Re: VLC Plugin won't loop

instead of having a timer consumer resources, consider using the event listerners instead to detect the end of the playlist and then start it up again.
by rgkluver
30 Jan 2013 02:01
Forum: Web and scripting
Topic: Visualisation with the ActiveX Control
Replies: 5
Views: 1772

Re: Visualisation with the ActiveX Control

I would be interested in writing my own visualizations based on the audio levels if there was someway we could get that information from the plugin, that would be awesome! If anyone gets this working with the options however, please let us all know your function ;)
by rgkluver
30 Jan 2013 01:56
Forum: Web and scripting
Topic: ActiveX VLC 2.04
Replies: 1
Views: 1669

Re: ActiveX VLC 2.04

First of all you are defining window.vlc before it is created.

Also, is not the correct call for starting the playlist "vlc.playlist.play()" ? I can only guess that PlayList() is another function you made yourself? and without seeing it not sure if we can be very helpful.
by rgkluver
30 Jan 2013 01:48
Forum: Web and scripting
Topic: autoplay in VLC plugin
Replies: 2
Views: 1922

Re: autoplay in VLC plugin

http://wiki.videolan.org/Documentation: ... ist_object

Simply make your own control buttons :)
by rgkluver
30 Jan 2013 01:46
Forum: Web and scripting
Topic: Media Information from Radio Streams
Replies: 1
Views: 673

Re: Media Information from Radio Streams

MediaDescription Object using the mozilla/Acivex plug-in API works for this.
http://wiki.videolan.org/Documentation: ... ion_Object
by rgkluver
30 Jan 2013 01:42
Forum: Web and scripting
Topic: Command Line / Visualizations
Replies: 4
Views: 2427

Re: Command Line / Visualizations

Any way to use visualizations on a web page using the Mozilla or ActiveX plug-ins?
by rgkluver
30 Jan 2013 01:34
Forum: Web and scripting
Topic: Find position in playlist in TVLCPlugin2
Replies: 5
Views: 2267

Re: Find position in playlist in TVLCPlugin2

http://wiki.videolan.org/Documentation:WebPlugin From the documentation, I also see know way of getting the MRLs or elements of the playlist from the API. I would love to be able to grab that information through the API as part of some automation I have been working on. Now, if you know the content...
by rgkluver
30 Jan 2013 00:15
Forum: Web and scripting
Topic: What happened to axvlc.cab?!
Replies: 38
Views: 29961

Re: What happened to axvlc.cab?!

Has anyone attempted to build the .cab yet using that old set of instructions? It does not look that hard. Before I get started and see I can do it, would not want to waste anyone's time (including my own) if an official developer for VLC is already working on a solution. I am preparing to use VLC i...

Go to advanced search