Visual audio effects in active-x

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
JeroenG
New Cone
New Cone
Posts: 3
Joined: 01 Oct 2012 12:03

Visual audio effects in active-x

Postby JeroenG » 01 Oct 2012 12:10

Hi everyone,

Is it possible to show visual audio effects in the active-x component?

I tried both codes as a test, with '--' and with ':'.
The audio started playing, but without the visual effect.

Code: Select all

var options = "--audio-visual=visual --effect-list=vuMeter"; var itemId = vlc.playlist.add("http://yp.shoutcast.com/sbin/tunein-station.pls?id=21585", null, options); vlc.playlist.playItem(itemId);

Code: Select all

var options = new Array("--audio-visual=visual","--effect-list=vuMeter"); var itemId = vlc.playlist.add("http://yp.shoutcast.com/sbin/tunein-station.pls?id=21585", null, options); vlc.playlist.playItem(itemId);
Regards,
Jeroen

dddcm
New Cone
New Cone
Posts: 2
Joined: 24 May 2013 16:19

Re: Visual audio effects in active-x

Postby dddcm » 24 May 2013 16:44

Can you please post your full code?

You want the audio visualization right?
I am also looking for this feature... this is my code:

<embed type="application/x-vlc-plugin"
name="stream" autoplay="no" fullscreen="no" visualization="yes" width="200" height="80"
target="http://MYSTREAM" />


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 11 guests