Page 1 of 1

Audio Visualization in HTML Player

Posted: 24 May 2013 16:22
by dddcm
Hello, I would like to know if it would be possible to display the "audio bars", indicating that audio is coming out of the player.

I have my configurations like this:

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

I would like to display the visualization animation (Spectrum Visualization), is this possible?

Thanks in advance!